Skip to content

Commit

Permalink
docs: update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
limebell committed Jan 15, 2025
1 parent a8dcd5a commit feddfae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Version 6.0.0

To be released.

From this version Libplanet projects use .NET 8.0 as target framework.
Therefore `BinaryFormatter` related methods are removed
since it has been deprecated. See also: [.NET Document]

Added new projects:
- Libplanet.Node
- Libplanet.Node.Executable
Expand All @@ -17,6 +21,8 @@ Libplanet-based nodes.

### Deprecated APIs

- All classes became not to inherit `ISerializable` anymore.

### Backward-incompatible API changes

### Backward-incompatible network protocol changes
Expand All @@ -34,6 +40,9 @@ Libplanet-based nodes.
### CLI tools


[.NET Document]: https://learn.microsoft.com/en-us/dotnet/core/compatibility/serialization/8.0/binaryformatter-disabled


Previous version changes
------------------------

Expand Down

2 comments on commit feddfae

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Benchmark.Net Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: feddfae Previous: 184c8a8 Ratio
Libplanet.Benchmarks.AppendBlock.AppendBlockOneTransactionNoAction 2377473.87 ns (± 1058846.669717362) 986523.3604651163 ns (± 53656.30553398893) 2.41
Libplanet.Benchmarks.AppendBlock.AppendBlockOneTransactionWithActions 3505896.94 ns (± 1599198.4210552494) 1554188.851851852 ns (± 76982.23110434497) 2.26

This comment was automatically generated by workflow using github-action-benchmark.

CC: @libplanet

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Benchmark.Net Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: feddfae Previous: 184c8a8 Ratio
Libplanet.Benchmarks.AppendBlock.AppendBlockOneTransactionNoAction 3282084.210526316 ns (± 72297.71982848187) 992601.0638297872 ns (± 94831.62157460453) 3.31
Libplanet.Benchmarks.AppendBlock.AppendBlockOneTransactionWithActions 4638281.818181818 ns (± 113521.25304001402) 1491928.2608695652 ns (± 88476.82048974835) 3.11

This comment was automatically generated by workflow using github-action-benchmark.

CC: @libplanet

Please sign in to comment.