Skip to content

Latest commit

 

History

History
214 lines (140 loc) · 13.6 KB

CHANGELOG.md

File metadata and controls

214 lines (140 loc) · 13.6 KB

Change Log

Full Changelog

Implemented enhancements:

Fixed bugs:

  • ConnectionClosed exception #86
  • ACL Security Tests #93 (prolic)

Closed issues:

  • Possible bug when trying to use the ProjectionsManager #89
  • Reconnect to persistent subscription after a connection drop #85

Merged pull requests:

  • Change copyright #94 (codeliner)
  • Make sure people do not try to install protobuf extension from PECL #90 (simensen)

v1.0.0-beta-10 (2019-02-03)

Full Changelog

Implemented enhancements:

  • Event store persistent subscription #84 (prolic)

Closed issues:

  • v1.0.0-beta-9 requires prooph/event-store dev-master instead of v8.0.0-beta-1 #82

Merged pull requests:

v1.0.0-beta-9 (2019-01-26)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Unit test problem #67
  • fixed unit test problem #77 (prolic)

Closed issues:

  • Optional logging dependencies #72
  • EventAppearedOnCatchupSubscription uses internal class and non-interface #69
  • php-fpm "oops, unknown child exited with 1" #68

Merged pull requests:

  • move @internal to prevent code checker warnings #70 (SunMar)

v1.0.0-beta-8 (2018-12-08)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • fix return type of readAllEventsForward in sync impl #63 (prolic)
  • Add missing methods to EventStoreSyncConnection interface #61 (enumag)
  • Remove type=JS from ProjectionsClient::updateQuery() #59 (enumag)
  • Fix SyncProjectionsManager #54 (enumag)

Closed issues:

  • Projection reset issues #58
  • Imposibility to edit native projections #56

Merged pull requests:

  • Revert "Revert "Remove type=JS from ProjectionsClient::updateQuery()"" #62 (prolic)
  • Revert "Remove type=JS from ProjectionsClient::updateQuery()" #60 (prolic)

v1.0.0-beta-7 (2018-12-02)

Full Changelog

Implemented enhancements:

  • Rename Method StreamMetadata::build => StreamMetadata::create #47
  • Remove type=JS for projections #46
  • Add Sync Projections- / Query- / User-Managers #45
  • Add ProjectionsManager::reset method #41
  • implement sync projections- and query manager #53 (prolic)
  • Implement PersistentSubscriptionsManager #51 (prolic)
  • Rename Method StreamMetadata::build => StreamMetadata::create #49 (prolic)
  • Remove type=JS for projections #48 (prolic)
  • Add ProjectionsManager::reset method #42 (prolic)
  • add all checkpoint const #40 (prolic)
  • Renamed Uuid to Guid #39 (pkruithof)

Fixed bugs:

  • fix EventStoreConnectionLogicHandler #52 (prolic)

Closed issues:

  • Reconnecting for subscriptions in a cluster fails #37
  • Output after the loop is closed #32

v1.0.0-beta-6 (2018-11-19)

Full Changelog

Implemented enhancements:

  • Allow connection settings in connection string #27
  • Use objects for json encoding #30 (prolic)
  • change factory methods #28 (prolic)

Fixed bugs:

  • Connecting to cluster does not work #34
  • use Guid Codec for UUIDs #38 (prolic)
  • Fix Operations Manager + Connection Factory #36 (prolic)
  • Connection factory fixes #35 (pkruithof)
  • Fix connection string usage #33 (prolic)

Merged pull requests:

v1.0.0-beta-5 (2018-11-09)

Full Changelog

v1.0.0-beta-4 (2018-11-03)

Full Changelog

Implemented enhancements:

Merged pull requests:

v1.0.0-beta-3 (2018-10-28)

Full Changelog

Implemented enhancements:

  • update EventStoreAsyncConnection interface #21 (prolic)

Fixed bugs:

v1.0.0-beta-2 (2018-10-21)

Full Changelog

Fixed bugs:

v1.0.0-beta-1 (2018-10-17)

Implemented enhancements:

  • add PersistentSubscriptionSettings Builder #11
  • [Feature request] Throw error when callback doesn't return a promise #3
  • Transaction handling #13 (prolic)
  • remove callback hell #9 (prolic)
  • Users management #8 (prolic)
  • check event appeared callback returns a promise #4 (prolic)

Fixed bugs:

  • use Promise\rethrow where applicable #10
  • fix amphp problems #16 (prolic)
  • use Promise\rethrow where applicable #14 (prolic)
  • Travis + dependency hell #1 (prolic)

Closed issues:

  • Persistent subscription doesn't handle events fast enough #5

Merged pull requests:

  • Add docker-compose config for unit testing #15 (codeliner)
  • I DO NOT WANT TO DO THIS, UPPERCASE IS UTTERLY STUPID #12 (prolic)
  • downgrade to protobuf2 #7 (prolic)

* This Change Log was automatically generated by github_changelog_generator