File tree Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,33 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.1.0] - 2024-07-29
9+
10+ This release brings some general bugfix and improvements.
11+
12+ ### Added
13+
14+ - Add optional CLI argument ` --highlight ` /` -H ` (GH #129 , 9986f8a)
15+
16+ ### Fixed
17+
18+ - Fix optional validation causing ` TypeError ` for when elAPI is used inside a script (GH #126 )
19+ - Fix long JSON text not being shown (GH #128 )
20+ - Fix highlighted output breaking ` jq ` (GH #127 )
21+ - Fix minor bugs (GH #125 )
22+
23+ ### Changed
24+
25+ - Use ` __aclose__ ` and ` __acall__ ` for async HTTP APIs via abstract class ` APIRequest ` instead of ` __call__ `
26+ and ` __close__ ` (1a88b00)
27+ - Always validate configuration, and validate only once (GH #129 , 8996143)
28+
29+ ### Removed
30+
31+ - Remove CLI ` --format ` type option ` text ` (da6f511)
32+
33+ In collaboration with @alexander-haller .
34+
835## [ 2.0.2] - 2024-07-04
936
1037Hot-fix for ` README.md ` .
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " elapi"
3- version = " 2.0.2 "
3+ version = " 2.1.0 "
44description = " elAPI is a powerful, extensible API client for eLabFTW."
55authors = [
66 " Alexander Haller, Mahadi Xion <elabftw@uni-heidelberg.de>" ,
Original file line number Diff line number Diff line change 1- 2.0.2
1+ 2.1.0
You can’t perform that action at this time.
0 commit comments