Skip to content

Commit 4c347be

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2024-09-19) ### Bug Fixes * better error handling ([7c936ab](7c936ab)) * correct letsencrypt import ([2ea67b9](2ea67b9)) * correct path generation for LE challenges ([96a6ff2](96a6ff2)) * incorporate greenlock files into redbird ([#295](#295)) ([bfbe47c](bfbe47c)) * pass loopback port to LE ([0e42773](0e42773)) * Use object.assign instead of spread operator ([ca5451b](ca5451b)) ### Features * add support for custom resolvers certificates ([ea5922d](ea5922d)) * add support for keepAlive ([c4bb6c2](c4bb6c2)) * add support for lazy let's encrypt certificates ([b4efeba](b4efeba)) * replace bunyan by pino ([6c860d6](6c860d6)) * Updated Readme.MD with new resolver parameter ([4dc39f5](4dc39f5)) ### Performance Improvements * change while/shift to for loop ([e5c94df](e5c94df)) * enable keepAlive in sample code ([55049eb](55049eb))
1 parent f5485b2 commit 4c347be

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

docs/CHANGELOG.MD

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# 1.0.0 (2024-09-19)
2+
3+
4+
### Bug Fixes
5+
6+
* better error handling ([7c936ab](https://github.com/OptimalBits/redbird/commit/7c936ab8327f80341c167a10e8bc72f8ed2add4c))
7+
* correct letsencrypt import ([2ea67b9](https://github.com/OptimalBits/redbird/commit/2ea67b99c1a680737794d075aa75c78e0f29311d))
8+
* correct path generation for LE challenges ([96a6ff2](https://github.com/OptimalBits/redbird/commit/96a6ff244d562a2a29bd10312217276799b18e5c))
9+
* incorporate greenlock files into redbird ([#295](https://github.com/OptimalBits/redbird/issues/295)) ([bfbe47c](https://github.com/OptimalBits/redbird/commit/bfbe47c18a5d5b1cd27fcedd910ef736fdf9ca8f))
10+
* pass loopback port to LE ([0e42773](https://github.com/OptimalBits/redbird/commit/0e427737b3878bc43b885ffe6b29aa6ab699d3dd))
11+
* Use object.assign instead of spread operator ([ca5451b](https://github.com/OptimalBits/redbird/commit/ca5451b96c5052f7d1db44d254533f3c517d393c))
12+
13+
14+
### Features
15+
16+
* add support for custom resolvers certificates ([ea5922d](https://github.com/OptimalBits/redbird/commit/ea5922d0628f07671e1773e179486b05d6df639e))
17+
* add support for keepAlive ([c4bb6c2](https://github.com/OptimalBits/redbird/commit/c4bb6c29eaf0cc33a2111f0243f823b9ff388168))
18+
* add support for lazy let's encrypt certificates ([b4efeba](https://github.com/OptimalBits/redbird/commit/b4efeba277ff843dc8c1c627c7b699f42e2cd048))
19+
* replace bunyan by pino ([6c860d6](https://github.com/OptimalBits/redbird/commit/6c860d68ac680a627740019dc9e2bacd7d64e113))
20+
* Updated Readme.MD with new resolver parameter ([4dc39f5](https://github.com/OptimalBits/redbird/commit/4dc39f59816a89bf9d3a26f70cfe0352ede9cc80))
21+
22+
23+
### Performance Improvements
24+
25+
* change while/shift to for loop ([e5c94df](https://github.com/OptimalBits/redbird/commit/e5c94df934f2b2b329bf66bae48a4f5b6a87d2be))
26+
* enable keepAlive in sample code ([55049eb](https://github.com/OptimalBits/redbird/commit/55049eb11b205501b34baed3a864910633613ac2))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redbird",
3-
"version": "0.9.0",
3+
"version": "1.0.0",
44
"description": "A reverse proxy with support for dynamic tables",
55
"type": "module",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)