Skip to content

Commit d45d5bd

Browse files
f-nief_nie
andauthored
chore: prep 0.3.1 (#45)
Co-authored-by: f_nie <frank_nietzold@sap.com>
1 parent bc59433 commit d45d5bd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

7+
## Version 0.3.1 - 2025-11-10
8+
9+
### Added
10+
11+
- Webhook size limit parameter
12+
713
## Version 0.3.0 - 2025-10-27
814

915
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cap-js/event-broker",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "CDS plugin providing integration with SAP Cloud Application Event Hub",
55
"repository": {
66
"type": "git",

test/event-broker-unit-tests/event-broker-register-webhook.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe('event broker webhook endpoint registration', () => {
5353

5454
// Cleanup
5555
express.json = originalJson
56-
cds.server = originalServer
56+
cds.env.server = originalServer
5757
})
5858

5959
})

0 commit comments

Comments
 (0)