Skip to content

Releases: MisterMX/crossplane-function-server

v0.2.1

15 Feb 10:38
b9dcf39
Compare
Choose a tag to compare

What's Changed

  • fix(error): Incorrect IsErrorNotFound behaviour by @MisterMX in #8

Full Changelog: v0.2.0...v0.2.1

v0.2.0

14 Feb 17:01
d89f4d0
Compare
Choose a tag to compare

What's Changed

  • feat(testing): Add test framework by @MisterMX in #1
  • fix(testing): Prevent unwanted diffs by @MisterMX in #2
  • feat(testing): Add WithEnvironmentFromConfigsYAML option by @MisterMX in #3
  • chore: Add golangci.yml by @MisterMX in #4
  • fix(testing): Set environment GVK by @MisterMX in #5
  • chore: Externalize and cleanup code by @MisterMX in #6
  • feat!: Return not-found error in req.GetCompose by @MisterMX in #7

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

26 Jan 12:08
Compare
Choose a tag to compare

This is the first release of crossplane-function-server. So far the interface contains all basic functionality that is necessary to implement function server. The API, especially the function request and response interfaces might still be changed, as well as some internal behaviours.

Full Changelog: https://github.com/MisterMX/crossplane-function-server/commits/v0.1.0