Skip to content

Commit

Permalink
release: update CHANGES for v4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bikallem committed Jan 17, 2023
1 parent 3566380 commit 7cd5917
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
## v4.2.0 2021-08-21
## v4.3 2023-01-17
- add `expire` functionality (#8 @craff)
- make http-cookie more lean by removing `fmt` dependency.

## v4.2.0 2021-08-21

- [Change] makes `http_only` true by default in `create` function. This makes the cookie more secure by default.
- Use mdx in README.md
- Update tests

## v4.1.0 2021-08-18
## v4.1.0 2021-08-18

- [Change] `of_cookie` now validates duplicate cookie keys.
- [Change] slightly improve error message for `of_cookie` and `of_set_cookie`
- [Fix] Fix IPv6 parsing for H16 values.

## v4.0.0 2021-08-16
## v4.0.0 2021-08-16

- [BREAKING-CHANGE] remove module `Same_site`. Use `same_site` type instead.
- [New] introduce type `same_site` to replace `Same_site` module and to better conform to RFC 6265.
Expand All @@ -25,7 +29,7 @@
- [New] add `of_set_cookie` to parse HTTP `Set-Cookie` header
- Add expect tests

## v3.1.0 2021-08-11
## v3.1.0 2021-08-11

- Add `update_*` functions.

Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

(name http-cookie)

(version 4.2.0)
(version 4.3.0)

(using mdx 0.3)

Expand Down
2 changes: 1 addition & 1 deletion http-cookie.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "4.2.0"
version: "4.3.0"
synopsis: "HTTP cookie library for OCaml"
description: """
A comprehensive and strict standards compliant HTTP cookies library for ocaml.
Expand Down

0 comments on commit 7cd5917

Please sign in to comment.