File tree Expand file tree Collapse file tree 3 files changed +19
-9
lines changed
Expand file tree Collapse file tree 3 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 1+ # v1.0.0a4 - (16.07.2020)
2+
3+ ## 💌 Added
4+ - added(** examples** ): gateway example to crypto (67da16e8d199df69bb95dda6c9b0d0de513b0a28)
5+
6+ ## 🔨 Fixed
7+ - fixed(** consumer** ): wrong dict convert function was used in transform pipe
8+ - fixed(** client** ): wrong json convert function was used in transform pipe (a3e77a982cc9db1fb4551b174ae8fd327c189b39)
9+
110# v1.0.0a3 - (10.06.2020)
211
3- ## Fixed
12+ ## 🔨 Fixed
413- fixed: worker signature allowing optional BaseModel (de07dde9c9670732b64db656dfe0956b98087209)
514- fixed: supressed error which was raised by not converting the options dict to the options BaseModel (309e20e5c35a984de2aa972f1f2327bc268a440d)
615- fixed: is_byte64_encoded variable still being used and caused crashes (d4498f37e2711cb588afcf6c83b945249b4283bd)
716
817# v1.0.0a2 - (07.06.2020)
918
10- ## Added
19+ ## 💌 Added
1120- added: changelog
1221
13- ## Changed
22+ ## ♻️ Changed
1423- changed: temporarily remove grpcio depencdency until it is fully integrated
15- - changed(examples): remove client examples which where based on grpcio
16- ## Fixed
17- - fixed(client): pydantic conversion functions not being used
18- - fixed(models): wrong type for options property
24+ - changed(** examples** ): remove client examples which where based on grpcio
25+
26+ ## 🔨 Fixed
27+ - fixed(** client** ): pydantic conversion functions not being used
28+ - fixed(** models** ): wrong type for options property
1929
2030# v1.0.0a1 - (03.06.2020)
2131
Original file line number Diff line number Diff line change 1- __version__ = "1.0.0a3 "
1+ __version__ = "1.0.0a4 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " morpho"
3- version = " 1.0.0a3 "
3+ version = " 1.0.0a4 "
44description = " Framework for document transformations as microservice based web services."
55authors = [
" B4rtware <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments