All Versions
91
Latest Version
Avg Release Cycle
37 days
Latest Release
543 days ago

Changelog History
Page 7

  • v2.0.14 Changes

    July 16, 2019
    • cycle/annotated is now based on doctrine/annotations
  • v2.0.13 Changes

    July 29, 2019
    • DatabaseTable command has been modified to display composite FKs
    • โž• added ability to configure worker relay using ENV RR_WORKER by @myavchik
    • ๐Ÿ”ง automatically configure worker based on rr relay settings
  • v2.0.12 Changes

    July 16, 2019
    • cycle/annotated is not required to work with cycle anymore
  • v2.0.11 Changes

    July 01, 2019
    • โž• added MetricsInterface service for Prometheus
    • ๐Ÿ›  fixed i18n tests
    • โšก๏ธ updated RoadRunner dependency
    • โž• added RR services: headers, metrics
  • v2.0.10 Changes

    June 19, 2019
    • โšก๏ธ updated dependency (and interfaces) with cycle/proxy-factory
  • v2.0.9 Changes

    June 07, 2019
    • ๐Ÿ“ฆ http component split into cookies and csrf packages
    • decoupled from zend/diactoros
  • v2.0.8 Changes

    June 07, 2019
    • โž• added support for pre-loading specific relations using eager or lazy loading methods
  • v2.0.7 Changes

    May 27, 2019
    • ๐Ÿ”ง cycle:sync does not require configuration now
    • โž• added dumprr function (dump to STDERR)
  • v2.0.6 Changes

    May 26, 2019
    • โš  no more migration warnings while running static analysis on a project
    • ๐Ÿ›  fixed container binding for cycle repository
    • migration command now adds \n after each migration
    • ๐Ÿ›  bugfix vendor/bin/spiral get-binary on linux machines
  • v2.0.5 Changes

    May 24, 2019
    • grpc:generate command now includes all proto files from given directory
    • RbacBootloader renamed to GuardBootloader