Releases: scaytrase/symfony-sms-interface
Releases · scaytrase/symfony-sms-interface
Fix Yaml escaping
Fix empty transport list
2.1.4 Fix empty transports issue
Deps fix
Bugfix release
Profiling issues:
- Fix OverrideRecipientTransport not returning the correct package state
- Fix Package to not to serialize the whole transport service
Profiler panel bugfix release
Update panel and menu template (#8) * remove odd call from profiler panel template * pin upper phpunit dependency
2.1.0
2.0.0: Merge pull request #3 from scaytrase/feature/transports
Spooling and special transports fix #1
Spooling and custom transports
- Configurable and replaceable spooling mechanism
- Instant spool (no spooling - instant send)
- Memory spool (queueing and
kernel.terminate
event flush)
- Some custom transport for a kind of fail-proof installations
- Chained transport (meta-transport which uses other transports with priority list)
- Retry-on-failure transport (meta-transport which uses single tranport several times until timeout\retry-count or success)
Dependency fix
Updated (lowered) dependencies * CS Fixes * Cleanup