Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: IBM/platform-services-node-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.22.1
Choose a base ref
...
head repository: IBM/platform-services-node-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.22.2
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Nov 3, 2021

  1. Copy the full SHA
    0f66331 View commit details
  2. chore(release): 0.22.2 [skip ci]

    ## [0.22.2](v0.22.1...v0.22.2) (2021-11-03)
    
    ### Bug Fixes
    
    * **Context-Based Restrictions:** add support for the X-Correlation-Id header ([#145](#145)) ([0f66331](0f66331))
    semantic-release-bot committed Nov 3, 2021
    Copy the full SHA
    4d1966b View commit details
Showing with 305 additions and 118 deletions.
  1. +7 −0 CHANGELOG.md
  2. +253 −112 context-based-restrictions/v1.ts
  3. +2 −2 package-lock.json
  4. +1 −1 package.json
  5. +3 −3 test/integration/context-based-restrictions.v1.test.js
  6. +39 −0 test/unit/context-based-restrictions.v1.test.js
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.22.2](https://github.com/IBM/platform-services-node-sdk/compare/v0.22.1...v0.22.2) (2021-11-03)


### Bug Fixes

* **Context-Based Restrictions:** add support for the X-Correlation-Id header ([#145](https://github.com/IBM/platform-services-node-sdk/issues/145)) ([0f66331](https://github.com/IBM/platform-services-node-sdk/commit/0f66331f53c5da8359368553ba94719475d09864))

## [0.22.1](https://github.com/IBM/platform-services-node-sdk/compare/v0.22.0...v0.22.1) (2021-10-27)


Loading