monocore-v0.2.0

superradcompany/microsandboxmonocore-v0.2.0Dec 10, 2024by github-actions[bot]

AI Summary

This is a refactoring-focused release (v0.2.0) that simplifies the service configuration model by consolidating multiple service type variants (Default, HttpHandler, Precursor) into a single unified Service struct, while maintaining all existing functionality.

Key Highlights

  • Simplifies service configuration model by unifying service types
  • Removes service type variants (Default, HttpHandler, Precursor) in favor of single Service struct
  • Improves volume handling functionality
  • Maintains backward compatibility in terms of functionality despite breaking API changes

Breaking Changes

  • Removes service type variants (Default, HttpHandler, Precursor) - users must migrate to the unified Service struct

Full Release Notes

## [0.2.0](https://github.com/appcypher/monocore/compare/monocore-v0.1.0...monocore-v0.2.0) (2024-12-10)


### ⚠ BREAKING CHANGES

* **config:** Removes service type variants (Default, HttpHandler, Precursor) in favor of a single unified Service struct. This change simplifies the configuration model while maintaining all functionality.

### Code Refactoring

* **config:** simplify service model and improve volume handling ([#69](https://github.com/appcypher/monocore/issues/69)) ([571219d](https://github.com/appcypher/monocore/commit/571219da112ff484e8d0f77162e6d8704dc99f5f))