Skip to content

Releases: spiral/framework

v2.0.19 - no binary release

16 Sep 11:46
Compare
Choose a tag to compare
  • typo fix: JsonPayloadBootload to JsonPayloadParserBootloader

v2.0.18 - no binary release

16 Sep 10:54
Compare
Choose a tag to compare
  • added JsonPayloadMiddleware and JsonPayloadBootloader
  • more tests
  • added 7.4 tests to Travis
  • 7.1 support is officially dropped

v2.0.17 - no binary release

07 Sep 18:05
Compare
Choose a tag to compare
  • ability to inject constructor dependencies into cycle repositories and classes from app container
  • ability to request TransactionInterface

v2.0.16

06 Sep 12:46
Compare
Choose a tag to compare
  • added support for Prometheus metrics for jobs (queue) and grpc services
  • exceptions will use default style
  • bugfix: inability to render FragmentInterface in db:table command
  • view:compile won't compile NativeEngine templates anymore
  • ability to skip server download if version did not change

v2.0.15 - no binary release

04 Sep 18:00
fd345f2
Compare
Choose a tag to compare
  • fixed config method names in spiral/views

v2.0.14

13 Aug 11:11
Compare
Choose a tag to compare
  • cycle/annotated is now based on doctrine/annotations

v2.0.13

29 Jul 12:14
Compare
Choose a tag to compare
  • DatabaseTable command has been modified to display composite FKs
  • added ability to configure worker relay using ENV RR_RELAY by @myavchik

v2.0.12

16 Jul 09:19
cccb83e
Compare
Choose a tag to compare
  • cycle/annotated is not required to work with cycle anymore

v2.0.11

01 Jul 12:29
Compare
Choose a tag to compare
  • added MetricsInterface service for Prometheus
  • fixed i18n tests (invalid Translator dependency)
  • updated RoadRunnder dependency
  • added RR services: headers, metrics
  • added support for modular RR configs

v2.0.10

19 Jun 10:58
Compare
Choose a tag to compare
  • updated dependency (and interfaces) with cycle/proxy-factory