Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Release 4.3.0 #3732

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ Libplanet changelog
Version 4.3.0
-------------

To be released.
Released on April 8, 2024.

Due to changes in #3728, a network ran with a prior version may not be
compatible with this version, specifically those that ran with
`IAction`s that has allowed negative balances through `TransferAssets()`
with `allowNegativeBalance` as `true`.

### Deprecated APIs

### Backward-incompatible API changes

- (Libplanet.Action) Added `Txs` property of
Expand All @@ -28,23 +26,11 @@ with `allowNegativeBalance` as `true`.
- (Libplanet.Store) Removed `journal`, `indexCacheSize`, and `flush`
parameters from `DefaultStore`'s constructor. [[#3729]]

### Backward-incompatible network protocol changes

### Backward-incompatible storage format changes

### Added APIs

### Behavioral changes

### Bug fixes

### Dependencies

- Upgraded *LiteDB* from [4.1.4][LiteDB 4.1.4] to
[5.0.15][LiteDB 5.0.15]. [[#3729]]

### CLI tools

[#3713]: https://github.com/planetarium/libplanet/pull/3713
[#3714]: https://github.com/planetarium/libplanet/pull/3714
[#3715]: https://github.com/planetarium/libplanet/pull/3715
Expand Down
Loading