File tree Expand file tree Collapse file tree 3 files changed +30
-4
lines changed Expand file tree Collapse file tree 3 files changed +30
-4
lines changed Original file line number Diff line number Diff line change 1+ ## [ 2.1.0] ( https://github.com/ocamlpro/ez_api/compare/v2.0.0...2.1.0 )  (2024-07-08) 
2+ 
3+ *  revamp registration of services (register/hide)
4+ *  fixes:
5+   *  allow different methods with same path
6+   *  404 instead of 405 if the path has no services
7+ *  improvements:
8+   *  extension syntax instead of attributes for ppx
9+   *  allow multipart in curl common
10+   *  use http code defined in error cases in the server
11+ *  remove deprecated curl_multi
12+ 
13+ ## [ 2.0.0] ( https://github.com/ocamlpro/ez_api/compare/1.2.0...v2.0.0 )  (2023-02-06) 
14+ 
15+ *  fixes:
16+   *  capital method names
17+   *  curl callback
18+ *  improvements:
19+   *  export session services
20+   *  cookie support
21+ 
22+ ## [ 1.2.0] ( https://github.com/ocamlpro/ez_api/compare/1.1.0...1.2.0 )  (2022-06-27) 
23+ 
24+ *  release dependencies constraints
25+ *  better result errors
26+ 
127## [ 1.1.0] ( https://github.com/ocamlpro/ez_api/compare/v1.0.0...1.1.0 )  (2022-04-11) 
228
329*  allow collision of static and dynamic path in server
Original file line number Diff line number Diff line change 1616 ( documentation " https://ocpmax.github.io/ez_api/ez_api/index.html" ) 
1717 ( depends
1818  ( ocaml ( >= 4 .08) ) 
19-   ( json-data-encoding ( >= 0 .9 ) ) 
19+   ( json-data-encoding ( >= 1 .0.1 ) ) 
2020  ( lwt ( >= 4 .0.0) ) 
2121  ( ezjsonm ( >= 1 .1.0) ) 
2222  uuidm) 
Original file line number Diff line number Diff line change 11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
3- version: "2.0 .0"
3+ version: "2.1 .0"
44synopsis: "Easy API library and tools"
55maintainer: ["Fabrice Le Fessant <
[email protected] >"]
66authors: [
@@ -10,14 +10,14 @@ authors: [
1010  "Maxime Levillain <
[email protected] >"
1111  "Alain Mebsout <
[email protected] >"
1212]
13- license: "LGPL-2.1-only with OCaml-LGPL-linking-exception "
13+ license: "LGPL-2.1-only"
1414homepage: "https://github.com/ocamlpro/ez_api"
1515doc: "https://ocpmax.github.io/ez_api/ez_api/index.html"
1616bug-reports: "https://github.com/ocamlpro/ez_api/issues"
1717depends: [
1818  "dune" {>= "2.8"}
1919  "ocaml" {>= "4.08"}
20-   "json-data-encoding" {>= "0.9 "}
20+   "json-data-encoding" {>= "1.0.1 "}
2121  "lwt" {>= "4.0.0"}
2222  "ezjsonm" {>= "1.1.0"}
2323  "uuidm"
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments