Skip to content

Commit e358754

Browse files
committed
version 0.7.0
1 parent ea512fa commit e358754

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## v0.7.0 - 2023-09-08
9+
10+
### Added
11+
12+
- new harmonized validation configuration for scope and regex checks, as well as external validation with user
13+
provided modules.
14+
15+
- new (optional) [cds-plugin](https://cap.cloud.sap/docs/node.js/cds-plugins) integration. for details, see the new
16+
[plugin and service](https://cap-js-community.github.io/feature-toggle-library/service/) documentation.
17+
18+
- new logger implementation which replaces
19+
[cf-nodejs-logging-support](https://www.npmjs.com/package/cf-nodejs-logging-support) dependency. it has better cds
20+
integration (if present). for example, it will log
21+
[correlation ids](https://cap.cloud.sap/docs/node.js/cds-log#node-observability-correlation) that are present in cds
22+
context via [async local storage](https://nodejs.org/api/async_context.html#class-asynclocalstorage).
23+
24+
### Changed
25+
26+
- `allowedScopes: [xxx]` configuration will now be ignored and needs to be replaced with
27+
`validations: [{ scopes: [xxx] }]`.
28+
29+
### Fixed
30+
31+
- re-work pipelines to separate main branch and pr-voter status
32+
833
## v0.6.9 - 2023-07-18
934

1035
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-community/feature-toggle-library",
3-
"version": "0.6.9",
3+
"version": "0.7.0",
44
"description": "SAP BTP feature toggle library enables Node.js applications using the SAP Cloud Application Programming Model to maintain live-updatable feature toggles via Redis.",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
 (0)