Skip to content

Latest commit

 

History

History
197 lines (113 loc) · 8.09 KB

CHANGELOG.md

File metadata and controls

197 lines (113 loc) · 8.09 KB

Changelog

All notable changes to laravel-ciphersweet will be documented in this file.

1.6.4 - 2025-01-17

What's Changed

  • Revert PR #74 and fix getChanges() by @felabrecque in #75

New Contributors

  • @felabrecque made their first contribution in #75

Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.6.3...1.6.4

1.6.3 - 2024-12-11

What's Changed

  • Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 by @dependabot in #66
  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #71
  • Fixing model observers integration by @yormy in #74

Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.6.2...1.6.3

1.6.2 - 2024-07-18

What's Changed

  • Add AAD to CustomBackend test by @mdpoulter in #70
  • Catch correct exception when fields are missing during decryption by @mdpoulter in #69

New Contributors

  • @mdpoulter made their first contribution in #70

Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.6.1...1.6.2

1.6.1 - 2024-03-13

What's Changed

  • Bump ramsey/composer-install from 2 to 3 by @dependabot in #64
  • [feat] add table prefix to ciphersweet:encrypt command by @aryala7 in #60

Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.6.0...1.6.1

1.6.0 - 2024-03-13

What's Changed

  • Addition of permit_empty Configuration to README by @alissn in #61
  • Laravel 11.x Compatibility by @laravel-shift in #63

New Contributors

  • @alissn made their first contribution in #61
  • @laravel-shift made their first contribution in #63

Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.5.0...1.6.0

1.5.0 - 2023-11-07

What's Changed

  • Add option base64 to GenerateKeyCommand for generate key in base64. T… by @gawsoftpl in #49
  • Bump actions/checkout from 3 to 4 by @dependabot in #52
  • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #54
  • Ensure null values are not encrypted by @yormy in #57

New Contributors

  • @gawsoftpl made their first contribution in #49
  • @yormy made their first contribution in #57

Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.4.1...1.5.0

1.4.1 - 2023-08-14

What's Changed

  • Fix tests & phpstan by @rjindael in #48

Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.4.0...1.4.1

1.4.0 - 2023-08-14

What's Changed

  • [feat] update readme.md by @aryala7 in #46
  • Revamp key generation command by @rjindael in #47

New Contributors

  • @rjindael made their first contribution in #47

Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.3.0...1.4.0

1.3.0 - 2023-07-11

What's Changed

  • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #35
  • Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #37
  • Fix documentation regarding encryption key setup and use by @mgkimsal in #40
  • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #41
  • [feat] add permit_empty to config file by @aryala7 in #43

New Contributors

  • @mgkimsal made their first contribution in #40

Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.2.0...1.3.0

1.2.0 - 2023-03-31

What's Changed

  • Implement custom backend by @stevenmaguire in #29

New Contributors

  • @stevenmaguire made their first contribution in #29

Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.1.0...1.2.0

1.1.0 - 2023-03-30

What's Changed

  • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #25
  • [feat] implement sortDir as an optional argument by @aryala7 in #27
  • Allow implementing a custom provider

New Contributors

  • @aryala7 made their first contribution in #27

Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.0.4...1.1.0

1.0.4 - 2023-01-26

What's Changed

  • Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in #19
  • Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #20
  • Update README.md by @TeddyBear06 in #23
  • Bump ramsey/composer-install from 1 to 2 by @dependabot in #22

New Contributors

  • @TeddyBear06 made their first contribution in #23

Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.0.3...1.0.4

1.0.3 - 2022-07-26

  • Move deleting blind indexes to trait so it can be overridden

Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.0.2...1.0.3

1.0.2 - 2022-07-15

  • Blind indexes now use upserts instead of updateOrInsert

Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.0.1...1.0.2

1.0.1 - 2022-07-11

What's Changed

  • Typo error in README.md by @raksbisht in #1
  • Return type in model's observer methods by @raksbisht in #2
  • Typo error in GeneratekeyCommand.php info text. by @raksbisht in #3
  • Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in #7
  • Add docblock to configureCipherSweet in README with usage instructions by @jeffersonmartin in #11
  • Fix Service Provider buildBackend method to use correct config array key by @jeffersonmartin in #10
  • Fix docblock formatting typo in config/ciphersweet.php by @jeffersonmartin in #9

New Contributors

  • @raksbisht made their first contribution in #1
  • @dependabot made their first contribution in #7
  • @jeffersonmartin made their first contribution in #11

Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/1.0.0...1.0.1

1.0.0 - 2022-06-30

  • Initial release! 🎉

Full Changelog: https://github.com/spatie/laravel-ciphersweet/compare/0.0.1...1.0.0

0.0.1 - 2022-06-30

  • experimental release