Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 3.92 KB

CHANGELOG-1.0-dev.md

File metadata and controls

67 lines (44 loc) · 3.92 KB

Changelog

v0.15.0 (2020-02-25)

  • Update Symfony dependencies to allow 5.0 packages #379

v0.13.0 (2019-08-03)

  • Add make:user:msgphp --credential option #355
  • Allow no-interaction option to generate the files #353
  • Remove User/Password namespace #350
  • Update to symfony messenger 4.3 (fix deprecations) #349

v0.12.0 (2019-07-21)

  • Prevent username guessing #343
  • Removed "msgphp.messenger.console_message_receiver" service #340

v0.11.0 (2019-07-13)

  • [BC break] Revised AttributeValue checksum generation #339
  • generate change username/password forms #322
  • Generate default param converters #321
  • Rename SecurtiyUserProvider to UserIdentityProvider #320
  • Rename SecurtiyUser to UserIdentity #319
  • Add hard return-type on User::getCredential() #316

v0.10.0 (2019-03-27)

  • Drop support for MsgPhp\ entity class reference in username_lookup #311
  • Removed type suffixes #310
  • Renamed Infra\ to Infrastructure\ #309
  • Removed Entity\ namespace #307
  • Removed option "password_confirm_current" + default "inherit_data" in HashedPasswordType #306
  • add SecurityUser::getPasswordAlgorithm() #303
  • Rename Entity{Fields,Features}\ to Model\ #301
  • Revise user credentials #298
  • Drop first-class salted password support #297
  • Rename Infra\Uuid\<Entity>Id to <Entity>Uuid #286
  • Rename <Entity>Id to Scalar<Entity>Id #285

v0.9.1 (2019-02-20)

  • disallow empty string ID values #281
  • fix username syncing (removes UsernameRepositoryInterface::findAllFromTargets()) #280

v0.9.0 (2019-02-09)

  • Pass context along event messages #278
  • Removed AttributesField, added AttributeField #277
  • Remove DomainIdentityMappingInterface + DomainIdentityHelper #276
  • Remove entity to identifier mapping #271
  • [BC-BREAK] Require expected ID type in domain commands #269
  • Drop SimpleBus support #260
  • Drop GLOB_BRACE dependency #259

v0.8.0 (2018-12-01)

  • enable user-eav in bundle #226
  • setup user-eav bridge #225