Skip to content

Latest commit

 

History

History
252 lines (112 loc) · 10.4 KB

CHANGELOG.md

File metadata and controls

252 lines (112 loc) · 10.4 KB

3.1.7 (2024-02-07)

Bug Fixes

  • allow extending of session (69aeead)
  • Checks whether there are any encrypted fields changing in an update, and bypasses encryption if not. (96e777a)

3.1.6 (2023-03-23)

Bug Fixes

  • criitial error hanlder needs use rid key (d56fd36)

3.1.5 (2023-03-23)

Bug Fixes

  • sentry wants a key based user object not an int (ddc9d16)

3.1.4 (2023-03-05)

Bug Fixes

  • Keystore id should be forcefilled (770da6f)

3.1.3 (2023-03-02)

Bug Fixes

3.1.2 (2022-12-08)

Bug Fixes

  • bug where dirty was returning plain text instead of cypher text (509accf)

3.1.1 (2022-11-09)

Bug Fixes

  • fixes type for getRole when not string (854655c)

3.1.0 (2022-11-09)

Features

  • allows role key to be assigned to multiple roles (e513ff8)

3.0.5 (2022-10-24)

Bug Fixes

  • DB: transaction across different connections (b30d37c)

3.0.4 (2022-10-18)

Bug Fixes

  • restore encryption on non-default connection (1fdb3e3)

3.0.3 (2022-08-15)

Bug Fixes

3.0.2 (2022-08-14)

Bug Fixes

  • strpos null depraction message (f30a61c)

3.0.1 (2022-08-14)

Bug Fixes

  • fixed encryptable contract definistion (eb90a17)

3.0.0 (2022-08-11)

Features

BREAKING CHANGES

  • Dropped support for php8 and other code improvements, see changelog and upgrade notice

3.0.0-beta.5 (2022-05-20)

Features

  • added middleware to. init PEM store (f09f660)

3.0.0-beta.4 (2022-05-15)

Bug Fixes

  • minor updates for stability (d158590)

3.0.0-beta.3 (2022-05-15)

Bug Fixes

  • correcting order of params (cb040ef)
  • for better backward compat - make new functionality opt-in (01f3166)

Features

  • stubs for keyproviders (eb8ac99)
  • user key provider - session / cache (ed79f18)
  • user subscribers to set pem (33917ed)

3.0.0-beta.2 (2022-05-14)

Bug Fixes

  • needs grammer for column type (80ca723)

3.0.0-beta.1 (2022-05-14)

Features

  • Lara 9 / php 8 (a06a05a)
  • remove migration class extenders - use macro / inbuilt instead (93a7adc)

BREAKING CHANGES

  • no loner supporting older version

2.7.3 (2021-12-07)

Bug Fixes

  • only map through fields that are to be encrypted (f9ca288)

2.7.2 (2021-12-07)

Bug Fixes

  • encryption engine should expect an encryptable value (f2c6ed8)

2.7.1 (2021-12-07)

Bug Fixes

  • issue trying to case already encrypted attribute (55dfc55)

2.7.0 (2021-12-06)

Features

  • configuration to allow encryption of empty / null values (15230b3)

2.6.0 (2021-09-10)

Features

  • improve encryption of table to skip existing and prevent race condition(#6) (e963f22)

2.5.0 (2021-09-01)

Features

  • fix versioning mismatch (ef82dcc)

2.4.0 (2021-09-01)

2.4.0 and 2.5.0 are the same - 2.4.0 / 2.4.1 where untagged in the release schedule

Features

  • Upgrade syntax for migrations (bc34d33)

2.3.1 (2021-08-23)

Bug Fixes

  • php8: dependancy update for php8 (09e590c)

2.3.0 (2021-05-06)

Features

  • decryption: option to throw an exception on failure (d360f0a)

2.2.2 (2021-04-27)

Bug Fixes

  • fix keystore fetch method (616537e)

2.2.1 (2021-04-19)

Bug Fixes

2.2.0 (2021-04-19)

Features

  • command: Console command to trigger encrypt (f3981d9)

2.1.0 (2021-04-19)

Features

  • Model: method to force encrypt record (9bbff9b)

2.0.2 (2021-04-14)

Bug Fixes

  • Cannot use ::class with dynamic class name (1062cc4)