3.1.7 (2024-02-07)
- 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)
- criitial error hanlder needs use rid key (d56fd36)
3.1.5 (2023-03-23)
- sentry wants a key based user object not an int (ddc9d16)
3.1.4 (2023-03-05)
- Keystore id should be forcefilled (770da6f)
3.1.3 (2023-03-02)
- laravel 10 (e48fae1)
3.1.2 (2022-12-08)
- bug where dirty was returning plain text instead of cypher text (509accf)
3.1.1 (2022-11-09)
- fixes type for getRole when not string (854655c)
3.1.0 (2022-11-09)
- allows role key to be assigned to multiple roles (e513ff8)
3.0.5 (2022-10-24)
- DB: transaction across different connections (b30d37c)
3.0.4 (2022-10-18)
- restore encryption on non-default connection (1fdb3e3)
3.0.3 (2022-08-15)
- missing import DB (5987b84)
3.0.2 (2022-08-14)
- strpos null depraction message (f30a61c)
3.0.1 (2022-08-14)
- fixed encryptable contract definistion (eb90a17)
3.0.0 (2022-08-11)
- Release 3 (3f80042)
- Dropped support for php8 and other code improvements, see changelog and upgrade notice
3.0.0-beta.5 (2022-05-20)
- added middleware to. init PEM store (f09f660)
3.0.0-beta.4 (2022-05-15)
- minor updates for stability (d158590)
3.0.0-beta.3 (2022-05-15)
- correcting order of params (cb040ef)
- for better backward compat - make new functionality opt-in (01f3166)
- stubs for keyproviders (eb8ac99)
- user key provider - session / cache (ed79f18)
- user subscribers to set pem (33917ed)
3.0.0-beta.2 (2022-05-14)
- needs grammer for column type (80ca723)
3.0.0-beta.1 (2022-05-14)
- no loner supporting older version
2.7.3 (2021-12-07)
- only map through fields that are to be encrypted (f9ca288)
2.7.2 (2021-12-07)
- encryption engine should expect an encryptable value (f2c6ed8)
2.7.1 (2021-12-07)
- issue trying to case already encrypted attribute (55dfc55)
2.7.0 (2021-12-06)
- configuration to allow encryption of empty / null values (15230b3)
2.6.0 (2021-09-10)
2.5.0 (2021-09-01)
- 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
- Upgrade syntax for migrations (bc34d33)
2.3.1 (2021-08-23)
- php8: dependancy update for php8 (09e590c)
2.3.0 (2021-05-06)
- decryption: option to throw an exception on failure (d360f0a)
2.2.2 (2021-04-27)
- fix keystore fetch method (616537e)
2.2.1 (2021-04-19)
- Register CI Command (a28686a)
2.2.0 (2021-04-19)
- command: Console command to trigger encrypt (f3981d9)
2.1.0 (2021-04-19)
- Model: method to force encrypt record (9bbff9b)
2.0.2 (2021-04-14)
- Cannot use ::class with dynamic class name (1062cc4)