Skip to content

Commit 46b591c

Browse files
committed
chore: bump version to v3.8.1
1 parent 77f2c14 commit 46b591c

File tree

3 files changed

+44
-3
lines changed

3 files changed

+44
-3
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
44

5+
---
6+
## [3.8.1](https://github.com/BoltzExchange/boltz-backend/compare/v3.8.0..v3.8.1) - 2024-11-28
7+
8+
### Bug Fixes
9+
10+
- config parsing with defaults - ([c0886a9](https://github.com/BoltzExchange/boltz-backend/commit/c0886a95ddfa6b80c3a90b0fecc9619184fb7c7f))
11+
- Core wallet unconfirmed classification - ([09c70c5](https://github.com/BoltzExchange/boltz-backend/commit/09c70c555655809392a04647aa5e8bff6abd4645))
12+
- wording of limit exceeded error - ([be0786b](https://github.com/BoltzExchange/boltz-backend/commit/be0786ba77a2d0926c012e833d5dcc342c704f80))
13+
- abandon failed Webhooks when status is not included (#717) - ([54223af](https://github.com/BoltzExchange/boltz-backend/commit/54223afb85ecef187dcda633325400dbddcc14e3))
14+
- bolt12 invoice pay status (#722) - ([8dca13c](https://github.com/BoltzExchange/boltz-backend/commit/8dca13c3daa8891b9ceea6a17230aef85ca507fd))
15+
- chunk batch claim transactions (#725) - ([c1372b9](https://github.com/BoltzExchange/boltz-backend/commit/c1372b93373d045cc85039d5ba75c9b811f36ab5))
16+
17+
### Documentation
18+
19+
- BOLT12 offer and BIP-353 fetching (#711) - ([cddd661](https://github.com/BoltzExchange/boltz-backend/commit/cddd661aa1cb1a5760e37d3749c6a176045fc90b))
20+
- BOLT12 misc enhancements (#712) - ([1ab9de7](https://github.com/BoltzExchange/boltz-backend/commit/1ab9de795a692785a22654e86a5f797456d4e63d))
21+
- EVM clarifications - ([fc0f47b](https://github.com/BoltzExchange/boltz-backend/commit/fc0f47b62fe74b5052e5145328f61c8d207c110d))
22+
- remove "RSK Testnet Only" hint (#718) - ([0b24836](https://github.com/BoltzExchange/boltz-backend/commit/0b2483625ddb64223676ca35bb01584e8394020b))
23+
24+
### Features
25+
26+
- gzip compression for CLN SCB backups (#706) - ([42d1330](https://github.com/BoltzExchange/boltz-backend/commit/42d1330f25faf7605bf66c71cbc0c9346460a903))
27+
- 0-conf Prometheus metrics (#713) - ([bb1a42f](https://github.com/BoltzExchange/boltz-backend/commit/bb1a42fc9adba2fcfc8c86d7cbedbfee7f8490a3))
28+
- get status of pending CLN invoices on startup (#714) - ([776613d](https://github.com/BoltzExchange/boltz-backend/commit/776613dc1fbbe45ad8193d90e3b27cc73ee7f233))
29+
- save preimage of Submarine Swaps in database - ([2357297](https://github.com/BoltzExchange/boltz-backend/commit/235729740e18bdff1a128773f1a1583ae5e6368e))
30+
- preimage endpoint for Submarine Swaps - ([2638f0a](https://github.com/BoltzExchange/boltz-backend/commit/2638f0ae675e8a355ee5986c8abfe5e2df8ed3bd))
31+
- Liquid 0-conf checks via API (#721) - ([69511de](https://github.com/BoltzExchange/boltz-backend/commit/69511de1c6a794a18582ca780cec3517fe984a10))
32+
- un-route-able nodes config - ([43e5c48](https://github.com/BoltzExchange/boltz-backend/commit/43e5c483d3f1e5c15c5072f28763e2bf839ce3a9))
33+
- allow cooperative refunds with pending payments - ([ea4c827](https://github.com/BoltzExchange/boltz-backend/commit/ea4c827f254f3af3ac64b1d94a599aa6308d6b0e))
34+
35+
### Miscellaneous Chores
36+
37+
- update changelog for v3.8.0 - ([6131ab9](https://github.com/BoltzExchange/boltz-backend/commit/6131ab92dfeb6c9497929725c737edc15fffec53))
38+
- fix fee clalculation for BOLT12 invoices - ([2aa6820](https://github.com/BoltzExchange/boltz-backend/commit/2aa6820fc4db4314faaff35560300085ab292793))
39+
- more verbose logging in ElementsWrapper - ([3408300](https://github.com/BoltzExchange/boltz-backend/commit/3408300e52e67831fb0e4c57ae25e256d2fc717a))
40+
- relax sidecar production version check - ([26262e4](https://github.com/BoltzExchange/boltz-backend/commit/26262e43e2733b44e37ed26446a2e081020c4795))
41+
- trace deprecations in Docker container - ([607331c](https://github.com/BoltzExchange/boltz-backend/commit/607331c2524116080be956950c1f13b4f83f6b07))
42+
- minor logging improvements - ([3c9e311](https://github.com/BoltzExchange/boltz-backend/commit/3c9e3113015fa9f9060204af31c3ab0282d44542))
43+
- bump cross-spawn from 7.0.3 to 7.0.6 (#726) - ([41979d9](https://github.com/BoltzExchange/boltz-backend/commit/41979d989622606809ff55acac7a86718a2f78d8))
44+
- fix minor logging typo - ([c6b0f09](https://github.com/BoltzExchange/boltz-backend/commit/c6b0f097efc58204da9a577c4fd3a2200750db7f))
45+
546
---
647
## [3.8.0](https://github.com/BoltzExchange/boltz-backend/compare/v3.7.3..v3.8.0) - 2024-11-04
748

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": "boltz-backend",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"description": "Backend of Boltz",
55
"main": "dist/lib/Boltz.js",
66
"scripts": {

0 commit comments

Comments
 (0)