Skip to content

Releases: scaytrase/symfony-sms-interface

Fix Yaml escaping

29 Mar 09:02
Compare
Choose a tag to compare
2.1.5

Fix escaping for 3.0

Fix empty transport list

20 Jan 06:51
Compare
Choose a tag to compare
2.1.4

Fix empty transports issue

Deps fix

15 Dec 08:37
Compare
Choose a tag to compare
Remove unused deps (#11)

* Change licence to MIT

Bugfix release

09 Aug 10:32
Compare
Choose a tag to compare

Profiling issues:

  • Fix OverrideRecipientTransport not returning the correct package state
  • Fix Package to not to serialize the whole transport service

Profiler panel bugfix release

19 Jun 09:20
Compare
Choose a tag to compare
Update panel and menu template (#8)

* remove odd call from profiler panel template
* pin upper phpunit dependency

2.1.0

06 Dec 18:46
Compare
Choose a tag to compare

Sf3 Compatibility release

2.0.0: Merge pull request #3 from scaytrase/feature/transports

31 Aug 15:08
Compare
Choose a tag to compare

Spooling and custom transports

12 Aug 17:56
Compare
Choose a tag to compare
Pre-release
  • 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

22 Jul 04:56
Compare
Choose a tag to compare
Updated (lowered) dependencies

* CS Fixes
* Cleanup

Release

21 Jul 21:46
Compare
Choose a tag to compare
Merge pull request #2 from scaytrase/feature/refactoring

Refactoring.

* Standalone service
* Custom transports
* Profiler