Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jirevwe committed Feb 13, 2024
1 parent 6edcbec commit 59d323e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,30 @@
# 24.1.4

- [Enhancement] Add custom headers to dynamic event

# 24.1.3

### Bug Fixes
- fixed api versioning bug to correctly retrieve instance api version #1918
- fixed api versioning bug to correctly retrieve the instance api version #1918

# 24.1.2

### Bug Fixes
- fixed sync bug in oss telemetry library #1906
- fixed sync bug in the oss telemetry library #1906

# 24.1.1

### 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 specify which version you're running in your convoy.json.
> 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 which version you're running in your convoy.json.
- changed `http_timeout` and `rate_limit_duration` in endpoints from duration string to `int`.
- changed the default signature format from `simple` to `advanced`.
- stripped out unnecessary fields from dynamic api endpoint.

### Features
- added support for opentelemetry #1865
- added support for OpenTelemetry #1865
- added support for sentry as a tracing backend #1865
- added support for api versioning using rolling versioning strategy backwards compatible #1871

Expand All @@ -33,7 +37,7 @@
- update subscription endpoint metadata when a subscription is updated #1891
- fixed event deliveries pagination #1846
- delete invite after cancellation #1860
- enabled multi user invite without refresh #1861
- enabled multi-user invite without refresh #1861
- set `event_id` in events filter #1866

### Enhancements
Expand Down

0 comments on commit 59d323e

Please sign in to comment.