Skip to content

Commit

Permalink
changelog for tls-session-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed May 28, 2024
1 parent cf05daf commit a8a1be9
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions tls-session-manager/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
# 0.1.0.0
# 0.0.5

- Using ShortByteString internally to avoid ByteString's fragmentation.
- The default value of dbMaxSize is now 1,000.
* Supporting "tls" v2.0.0.

# 0.0.4

* Supporting "tls" v1.5.3.

# 0.0.3

* Adding Strict and StrictData pragma

# 0.0.2.1

* Supporting "tls" v1.5.0.

# 0.0.2.0

* Using ShortByteString internally to avoid ByteString's fragmentation.
* The default value of dbMaxSize is now 1,000.

# 0.0.1.0

- Supporting sessionResumeOnlyOnce.
* Supporting sessionResumeOnlyOnce.

# 0.0.0.0
- A first release.
* A first release.

0 comments on commit a8a1be9

Please sign in to comment.