Changelog
0.1.2 - 20-12-2024
Added
- New Features:
- Deploy Scripts: Added a streamlined deployment scripts for Linux units and istalling dependencies. (e74a565, 9a6c3e5)
- Swagger Alternative: Integrated Scalar as an alternative for API documentation. (9eef9c1)
- Module Template Enhancements: Extended and refined the module template for easier use and scalability. (b1201e2)
Fixed
- Bug Fixes:
- Fixed issues with Mako templates. (68e0922)
- Corrected typos in the deployment script. (de15323)
- Resolved test module import issues. (0be115c)
Changed
- Refactors and Improvements:
- Reworked the test system for better reliability and maintainability. (9775c0c)
- Updated project dependencies to ensure compatibility with the latest packages. (f41b967)
- Moved and fixed authentication-related fixtures for better modularity. (5e1e2cf, 0b8d1bb)
Removed
- Deprecated Features:
- Removed unused methods from the module base class. (6e4a7e9)
- Removed an unused Swagger field to reduce clutter. (bfb7f64)
Miscellaneous
- Documentation:
- Updated README with additional hints and examples for deployment. (77b4a07, 8869978)
- Added deployment tips for Linux units. (e74a565)
- Chore:
- Updated
.gitignore
to exclude backup files. (1bbcbb7)
Full Changelog: v0.1.1...v0.1.2