This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
Releases: beabee-communityrm/beabee
Releases · beabee-communityrm/beabee
v0.2.8
v0.2.7
v0.2.6
The API now our checks Bearer Authorization headers, previously it returned a 403 if the Authorization was set. This is mostly useful if you have the API behind basic auth for testing as it prevents the API from attempting to validate against the Basic Authorization header.
What's Changed
Full Changelog: v0.2.5...v0.2.6
v0.2.5
Added a tool (./tools/configure
) to simplify onboarding, see the updated steps in https://github.com/beabee-communityrm/beabee-deploy/.
What's Changed
Full Changelog: v0.2.4...v0.2.5
v0.2.4
v0.2.3
- Fixed the update callout endpoint always trying to set formSchema, even if it wasn't updated.
- Added proper error messages for config errors
What's Changed
- fix: update callout always trying to set formSchema by @wpf500 in #271
- feat: add useful messages to config checks by @wpf500 in #272
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1
v0.2.0
You can now filter across all answers in a response, comments have been added to the response export and contact sorting logic has been made a bit more intuitive.
What's Changed
- chore: improve GC logging for mismatched subscriptions by @wpf500 in #261
- feat: add comments to response export by @wpf500 in #262
- feat: add answers filter by @wpf500 in #263
- chore: more intuitive contact sorting by @wpf500 in #264
Full Changelog: v0.1.5...v0.2.0