Skip to content

Commit

Permalink
chore(releng): update changelog with 9.2.1 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cmark committed Jun 5, 2024
1 parent e128578 commit 9001d43
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log
All notable changes to this project will be documented in this file.

## 9.2.1

### Bugs/Improvements
- [core] improve error reporting in transport layer (#1297)
- [classification] add back equivalent concept merging capabilities from 6.x (#1277)
- [build] migrate to Node.js 20 in GitHub Actions (e128578)
- [docs] remove obsolete documentation files (4965bf3)

## 9.2.0

### API
Expand All @@ -10,7 +18,6 @@ All notable changes to this project will be documented in this file.
* Default value is `s-maxage=0,max-age=0,must-revalidate` which ensures that caching can happen but the cached response has to be revalidated before using
* `If-None-Match` header is now also supported to allow clients to send the `ETag` value and receive a `HTTP 304 Not Modified` when revalidating an earlier response. This allows the cached response to be used until it is not overridden by the server with a new response.


### Bugs/Improvements
- [index] support wildcard index queries (b904b47)
- [index] allow ObjectNode type in index documentation mapping classes (#1274)
Expand Down

0 comments on commit 9001d43

Please sign in to comment.