Skip to content

Releases: frain-dev/convoy

v24.5.1

14 May 10:04
5bc1ac2
Compare
Choose a tag to compare

Changelog

Features

  • Create default org when bootstrapping Convoy for the first time. #1991
  • Display user-settings page when there are no organizations. #1999

Enhancements

  • Use transactions in ProcessBroadcastEventCreation to prevent a race condition. #1994
  • Update copy for the kafka source form giving more information and linking to docs. #2000
  • Update Endpoint table with its ID on the dashboard. #1988

Bug fixes

  • Fixed a panic that would occur when request body is a string during subscription filtering. #1992
  • Fixed a bug where the response from the pause endpoint api wasn't versioned correctly. #2001

v24.4.1

22 Apr 16:20
8d91619
Compare
Choose a tag to compare

API Changes

Note

All API Changes are backward-compatible, so you shouldn't need to change any code to get them to work, however, you need to specify the version (2024-04-01) in your convoy.json.

  • changed endpoint title to name
  • changes endpoint target_url to url

Features

  • Implemented an in-memory store for data plane #1932
  • Re-implement rate limiter using postgres #1937 #1950
  • Add the ability to mutate payloads from message broker sources using javascript functions #1954 #1956 #1958
  • Add project config for enforcing https endpoints #1955 #1957
  • Add documentation to request models #1959

Enhancements

  • Encode Postgres connection string credentials #1936
  • Update endpoint title to name and target_url to url #1945
  • Enqueue Stuck Event Deliveries #1977

Bug Fixes

  • Fixed a bug where telemetry wasn't being sent to PostHog #1944
  • Fixed a bug where the signature modal in the project settings doesn't dismiss after saving. #1939
  • Fixed a bug where project settings were not displayed properly on the dashboard #1953
  • Fixed a bug where a failed subscription filter will stop all subscribers from a broadcast event from receiving the event #1962
  • Fixed open telemetry tls configuration #1966
  • Fixed a bug where a created or updated subscription didn't show the nested values #1970
  • Fixed endpoints count query for portal links #1973
  • Added data plane capabilities back to the worker which was unintentionally removed #1974

v24.1.10

17 Apr 19:12
ce7ab27
Compare
Choose a tag to compare

Changelog

v24.1.9

17 Apr 17:15
Compare
Choose a tag to compare

Changelog

v24.1.8

15 Apr 21:32
Compare
Choose a tag to compare

Changelog

v24.1.6

14 Apr 05:58
Compare
Choose a tag to compare

Changelog

v24.1.5

30 Mar 09:55
129af1b
Compare
Choose a tag to compare

Changelog

v24.1.4

13 Feb 11:08
2dec36a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v24.1.3...v24.1.4

v24.1.3

07 Feb 05:07
Compare
Choose a tag to compare

Bug Fixes

  • fixed api versioning bug to correctly retrieve instance api version #1918

v24.1.2

02 Feb 02:04
Compare
Choose a tag to compare

Bug Fixes

  • fixed sync bug in oss telemetry library #1906