Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Releases: beabee-communityrm/beabee

v0.2.8

19 Jul 17:09
63ac35a
Compare
Choose a tag to compare

Added a CLI tool for importing data from Steady and fixed a small bug with one-off emails in the legacy app

What's Changed

  • fix: being able to create a one-off email for an empty segment by @wpf500 in #278
  • feat: add Steady data importer by @wpf500 in #279

Full Changelog: v0.2.7...v0.2.8

v0.2.7

29 Jun 14:51
8d8a0f9
Compare
Choose a tag to compare

Added a new /payment endpoint to list payments 💵

Add guest name/email to the callout response endpoint data 🧑‍🦲

What's Changed

  • feat: add response guest name/email to API response by @wpf500 in #276
  • feat: add a basic read only payment API by @wpf500 in #277

Full Changelog: v0.2.6...v0.2.7

v0.2.6

22 Jun 16:11
72392d9
Compare
Choose a tag to compare

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

  • Only check bearer auth tokens (so things like basic auth are ignored) by @wpf500 in #275

Full Changelog: v0.2.5...v0.2.6

v0.2.5

21 Jun 14:45
1255a13
Compare
Choose a tag to compare

Added a tool (./tools/configure) to simplify onboarding, see the updated steps in https://github.com/beabee-communityrm/beabee-deploy/.

What's Changed

  • feat: new and update tools for a simpler setup process by @wpf500 in #274

Full Changelog: v0.2.4...v0.2.5

v0.2.4

21 Jun 11:05
31207db
Compare
Choose a tag to compare

Quick fix to remove a very old reference to The Bristol Cable in share settings!

What's Changed

  • Remove reference to Bristol Cable in OpenGraph meta data by @wpf500 in #273

Full Changelog: v0.2.3...v0.2.4

v0.2.3

21 Jun 10:11
0b3ac03
Compare
Choose a tag to compare
  • Fixed the update callout endpoint always trying to set formSchema, even if it wasn't updated.
  • Added proper error messages for config errors

image

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

14 Jun 14:12
24da355
Compare
Choose a tag to compare

Added API key authentication 🔑

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

24 May 16:08
a1d4137
Compare
Choose a tag to compare

Upgraded nginx and Node to fix vulnerabilities reported by Snyk

What's Changed

  • build: upgrade nginx to fix vulnerabilities by @wpf500 in #266
  • build: upgrade node to fix vulnerability by @wpf500 in #267

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

v0.2.0

16 May 14:24
Compare
Choose a tag to compare

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

v0.1.5

27 Apr 16:26
46136f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5