Skip to content

Commit

Permalink
Update 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joseferben committed Oct 5, 2021
1 parent 46f83c1 commit cf3370f
Show file tree
Hide file tree
Showing 16 changed files with 29 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.0.0] - 2021-10-04
### Changed
- Added the concept of a service context `ctx` which can be used for configuration that is valid for one function call only.

## [1.0.1] - 2021-09-17
### Added
- Support `multipart/form-data` in CSRF middleware
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 @@
(generate_opam_files true)

(name sihl)
(version 1.0.1)
(version 2.0.0)

(authors
"Josef Erben"
Expand Down
2 changes: 1 addition & 1 deletion sihl-cache.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: "1.0.1"
version: "2.0.0"
synopsis: "Cache service implementations for Sihl"
description: "A key-value store with support for PostgreSQL and MariaDB."
maintainer: ["josef@oxidizing.io"]
Expand Down
2 changes: 1 addition & 1 deletion sihl-cache.opam.locked
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "1.0.0"
version: "2.0.0"
synopsis: "Cache service implementations for Sihl"
description: "A key-value store with support for PostgreSQL and MariaDB."
maintainer: ["josef@oxidizing.io"]
Expand Down
2 changes: 1 addition & 1 deletion sihl-email.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: "1.0.1"
version: "2.0.0"
synopsis: "Email service implementations for Sihl"
description: "Modules for sending emails using Lwt and SMTP or Sendgrid."
maintainer: ["josef@oxidizing.io"]
Expand Down
7 changes: 6 additions & 1 deletion sihl-email.opam.locked
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "1.0.0"
version: "2.0.0"
synopsis: "Email service implementations for Sihl"
description: "Modules for sending emails using Lwt and SMTP or Sendgrid."
maintainer: ["josef@oxidizing.io"]
Expand All @@ -20,6 +20,7 @@ depends: [
"bigarray-compat" {= "1.0.0"}
"bigarray-overlap" {= "0.2.0"}
"bigstringaf" {= "0.8.0"}
"biniou" {= "1.2.1"}
"bos" {= "0.2.0"}
"ca-certs" {= "0.2.1"}
"cmdliner" {= "1.0.4"}
Expand All @@ -44,6 +45,7 @@ depends: [
"dune" {= "2.9.0"}
"dune-configurator" {= "2.9.0"}
"duration" {= "0.2.0"}
"easy-format" {= "1.3.2"}
"emile" {= "1.1"}
"eqaf" {= "0.8"}
"fmt" {= "0.8.9"}
Expand All @@ -52,6 +54,8 @@ depends: [
"hkdf" {= "1.0.4"}
"ipaddr" {= "5.1.0"}
"ipaddr-sexp" {= "5.1.0"}
"js_of_ocaml" {= "3.9.0"}
"js_of_ocaml-compiler" {= "3.9.1"}
"jsonm" {= "1.0.1"}
"ke" {= "0.4"}
"letters" {= "0.2.1"}
Expand Down Expand Up @@ -109,6 +113,7 @@ depends: [
"uutf" {= "1.0.2"}
"uuuu" {= "0.2.0"}
"x509" {= "0.14.1"}
"yojson" {= "1.7.0"}
"yuscii" {= "0.3.0"}
"zarith" {= "1.12"}
]
Expand Down
2 changes: 1 addition & 1 deletion sihl-queue.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: "1.0.1"
version: "2.0.0"
synopsis: "Queue service implementations for Sihl"
description:
"Modules for running tasks in the background on a persistent queue."
Expand Down
2 changes: 1 addition & 1 deletion sihl-queue.opam.locked
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "1.0.0"
version: "2.0.0"
synopsis: "Queue service implementations for Sihl"
description:
"Modules for running tasks in the background on a persistent queue."
Expand Down
2 changes: 1 addition & 1 deletion sihl-storage.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: "1.0.1"
version: "2.0.0"
synopsis: "Storage service implementations for Sihl"
description:
"Modules for storing large binary blobs using either PostgreSQL or MariaDB."
Expand Down
2 changes: 1 addition & 1 deletion sihl-storage.opam.locked
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "1.0.0"
version: "2.0.0"
synopsis: "Storage service implementations for Sihl"
description:
"Modules for storing large binary blobs using either PostgreSQL or MariaDB."
Expand Down
2 changes: 1 addition & 1 deletion sihl-token.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: "1.0.1"
version: "2.0.0"
synopsis: "Token service implementations for Sihl"
description:
"Modules for token handling with support for JWT blacklisting and server-side stored tokens using PostgreSQL and MariaDB."
Expand Down
2 changes: 1 addition & 1 deletion sihl-token.opam.locked
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "1.0.0"
version: "2.0.0"
synopsis: "Token service implementations for Sihl"
description:
"Modules for token handling with support for JWT blacklisting and server-side stored tokens using PostgreSQL and MariaDB."
Expand Down
2 changes: 1 addition & 1 deletion sihl-user.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: "1.0.1"
version: "2.0.0"
synopsis: "User service implementations for Sihl"
description:
"Modules for user management and password reset workflows with support for PostgreSQL and MariaDB."
Expand Down
2 changes: 1 addition & 1 deletion sihl-user.opam.locked
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "1.0.0"
version: "2.0.0"
synopsis: "User service implementations for Sihl"
description:
"Modules for user management and password reset workflows with support for PostgreSQL and MariaDB."
Expand Down
2 changes: 1 addition & 1 deletion sihl.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: "1.0.1"
version: "2.0.0"
synopsis: "The Sihl web framework"
description: """

Expand Down
7 changes: 6 additions & 1 deletion sihl.opam.locked
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "1.0.0"
version: "2.0.0"
synopsis: "The Sihl web framework"
description: """

Expand Down Expand Up @@ -58,12 +58,17 @@ depends: [
"hmap" {= "0.8.1"}
"httpaf" {= "0.7.1"}
"httpaf-lwt-unix" {= "0.7.1"}
"js_of_ocaml" {= "3.9.0"}
"js_of_ocaml-compiler" {= "3.9.1"}
"jwto" {= "0.3.0"}
"logs" {= "0.7.0"}
"lwt" {= "5.4.2"}
"lwt_ppx" {= "2.0.2"}
"lwt_ssl" {= "1.1.3"}
"magic-mime" {= "1.2.0"}
"menhir" {= "20210419"}
"menhirLib" {= "20210419"}
"menhirSdk" {= "20210419"}
"mirage-crypto" {= "0.10.3"}
"mirage-crypto-ec" {= "0.10.3"}
"mirage-crypto-pk" {= "0.10.3"}
Expand Down

0 comments on commit cf3370f

Please sign in to comment.