Releases: B4rtware/morpho
Releases · B4rtware/morpho
v1.0.0b8 - (06.12.2020)
🔨 Fixed
- (ae7d6ff) cli: working dir not available for module import
v1.0.0b7 - (04.12.2020)
💌 Added
- (a941545) examples: add echo example service
- (66c6022) server: expose multiple config parameters to the
Server.run(...)
function - (fc09853) cli: add a
morpho
cli command (is being used to start services from the command line) and replacesargparse
withclick
. Usemorpho --help
for a list of commands. - (7d96dea) : add health endpoint for services
/health
- (412c00f) : a default config is now printable through
morpho config
♻️ Changes
v1.0.0b6 - (20.09.2020)
🔨 Fixed
- (7e8a4a4) consumer: always compare to upper instance name to prevent request deadlock
v1.0.0b5 - (20.09.2020)
🔨 Fixed
- (d8bb5a7) server: custom config is not being used
v1.0.0b4 - (20.09.2020)
v1.0.0b3 - (18.09.2020)
💌 Added
- (ff3c757): new error type NoWorkerFunctionError
- (81cad62) consumer: list services will resolve a gateway and return options for each service
- (ce9cbb3) work_consumer: add tests for WorkConsumer abstract class
♻️ Changes
- (f986549): expose register parameter to Service class constructor
🔨 Fixed
- (e1da287): dtaType not visible in eureka's metadata
v1.0.0b2 - (17.09.2020)
v1.0.0b1 - (08.09.2020)
🔥 BREAKING CHANGES
- removed proto dependencies and files
- removed worker decorator
💌 Added
- (d5d217a): information section about how to create a new release (closes: #24)
- (d111c81) consumer: implement options rest endpoint (closes: #23)
- (a44721a) consumer: improved documentation of functions
- (5104a8b) openapi: new openapi specification
- (d7552cc) sphinx: sphinx documentation
♻️ Changes
- (9dac3a6) examples: all examples now uses the public morpho repository
- (d996ec6): remove unused dependencies (closes: #7)
- (84fe09f) proto: remove proto files
- (6bd1658) tasks: remove grpc relavant tasks
- (8c32d5f): remove proto from docs
- (15a0cd9) server: remove worker decorator
🔨 Fixed
v1.0.0a5 - (16.07.2020)
🔨 Fixed
- fixed(types): make callable's worker BaseModel not optional (593377e)