Releases: minos-framework/minos-cli
Releases · minos-framework/minos-cli
v0.4.0
v0.3.1
Changelog
- Fixed bugs related to microservice testing.
v0.3.0
Changelog
- some fixes
- added support for minos v0.6.0
v0.2.2
Changelog
- Fixed bugs.
v0.2.1
Changelog
- Updated microservices' query repository.
- Enhanced defaults Redis Docker container.
- Automatic databases creation in script SQL file.
- Fixed bugs
- Improved versions compatibility.
v0.2.0
Merge pull request #82 from minos-framework/0.2.0 0.2.0
v0.1.3
solved some problems with jinja2 and implemented Session in query service for SQLAlchemy
v0.1.2
We hare to announce that today we have release the new version of Minos CLi
we have added featrues like:
add automatic injection of SQLAlchemy for the Query Service
simplified the deploy process introducing docker-compose as default deployment system
v0.1.1
Changelog
- Update links to the repository and website.
v0.1.0
Changelog
- Add
minos set brokercommand. - Add
minos set databasecommand. - Add
minos set discoverycommand. - Add
minos set api-gatewaycommand. - Add
minos deploy projectcommand. - Add
minos deploy microservicecommand. - Refactor
minos project newcommand asminos new project. - Refactor
minos project initcommand asminos init project. - Refactor
minos microservice newcommand asminos new microservice. - Refactor
minos microservice initcommand asminos init microservice.