Skip to content

Commit a136937

Browse files
committed
v1.3.0
1 parent 46e9930 commit a136937

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.3.0] - 2025-08
6+
7+
### Added
8+
9+
- Allow passing a custom certificate for the OCSP response verification - Thanks @ArekDobosz
10+
- Export the `parseOCSPResponse` and `convertToPkijsCert` functions for advanced use cases - Thanks @Gldywn
11+
- All functions now accept raw certificates as `ArrayBuffer`
12+
13+
### Changed
14+
15+
- Better error messages on HTTP request failures
16+
- The unit tests are now using a selfhosted OCSP responder
17+
- Use a new linter and formatter
18+
- Update dependencies
19+
- Update issue templates
20+
521
## [1.2.2] - 2025-04
622

723
### Changed

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": "easy-ocsp",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "An easy-to-use OCSP client for Node.js",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)