Skip to content

Commit d7c03b4

Browse files
chore(main): release 2.12.0 (#213)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c1a9f4f commit d7c03b4

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [2.12.0](https://github.com/diangogav/EDOpro-server-ts/compare/v2.11.0...v2.12.0) (2026-01-26)
4+
5+
6+
### Features
7+
8+
* add production Docker Compose file ([a10c27f](https://github.com/diangogav/EDOpro-server-ts/commit/a10c27fd0c25b81aea3cbe81d18ba0390bbe4641))
9+
* update JSON message processor to use 4-byte size headers ([c05a11b](https://github.com/diangogav/EDOpro-server-ts/commit/c05a11b7f628f1d35d1a1e0a2f502312e532fbd3))
10+
11+
12+
### Bug Fixes
13+
14+
* get banlist for websocket in mercury ([b7785ef](https://github.com/diangogav/EDOpro-server-ts/commit/b7785efd682d514f00782142744debcb35b836fe))
15+
* handle large messages in JSONMessageProcessor by using 4-byte size header ([bae67f1](https://github.com/diangogav/EDOpro-server-ts/commit/bae67f1207e6df2e4fc7251f3dd52f98f12c5cbe))
16+
* json message procesor comparison ([5cead59](https://github.com/diangogav/EDOpro-server-ts/commit/5cead5908f647b2575fccfc1aeb289714d1d6981))
17+
* mercury message handler ([4d81811](https://github.com/diangogav/EDOpro-server-ts/commit/4d818110a986af9b56638502249dad9cc8ec33d0))
18+
* read correct field size length in JSONMessageProcessor ([9ab803a](https://github.com/diangogav/EDOpro-server-ts/commit/9ab803a9591a1f76c1e8108d0a71ff269c0ca9f0))
19+
320
## [2.11.0](https://github.com/diangogav/EDOpro-server-ts/compare/v2.10.0...v2.11.0) (2026-01-04)
421

522

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
@@ -3,7 +3,7 @@
33
"node": ">=24.11.0"
44
},
55
"name": "edopro",
6-
"version": "2.11.0",
6+
"version": "2.12.0",
77
"description": "",
88
"main": "index.js",
99
"scripts": {

0 commit comments

Comments
 (0)