Releases: fastly/compute-sdk-cpp
Releases · fastly/compute-sdk-cpp
v0.6.0
What's Changed
This is the first official release that can be used publicly and is MIT-licensed. Pre-0.6.0 should not be used because they do not grant an open source usage license.
PRs
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.4.1
v0.4.0
What's Changed
New Features ✨
- Implement ESI interface by @TartanLlama in #71
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
New Features ✨
- Implement HTTP version functions by @TartanLlama in #68
- Implement header retrieval functions by @TartanLlama in #66
- Implement KV store API, add testing suite by @TartanLlama in #70
Bug Fixes 🐛
- rvalue ref qualify all builder pattern functions by @TartanLlama in #64
- Forward arguments in logging functions by @TartanLlama in #65
Technical Improvement 🛠
- Overhaul CMake by @TartanLlama in #63
New Contributors
- @TartanLlama made their first contribution in #64
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
New Features ✨
- add log namespace with full log endpoint and logger api support by @zkat in #55. View docs here.
- Minimum C++ version has been increased to C++20 in order to support format strings by @zkat in #55
Bug Fixes 🐛
Documentation 📚
Full Changelog: v0.1.23...v0.2.0