Releases: verygoodsecurity/starlarky
Releases · verygoodsecurity/starlarky
0.12.19
VAULT-2337 prevent noopvault in Prod (#344)
0.12.18: [PAYOP-1372] Fix json path bugs (#341)
* Add test for leaf * Add more test cases * Fix broken tests * Add more test cases * Fix broken tests * More test cases * More test cases
0.12.17
[PAYOP-1202] Add method for determining psp supports cryptogram or no…
0.12.16: [PAYOP-1264] Add `use_network_token` method for nts module (#339)
* Add is_network_token_enabled method * Rename method to use_network_token instead * Kick start ci again
0.12.15: VAULT-2281 Add Delete API to LarkyVault (#338)
* VAULT-2281 Add Delete API to LarkyVault * VAULT-2281 Remove return value from vault delete * fix test
0.12.14
Fix release circleci context (#336)
0.12.13: [PAYOP-1292] Implement DCVV support (#335)
* Adding DCVV param and supports_dcvv method * code alignment * Revert passing wrong argument to get network token * Add placement * Add test case * Fix test cases * Fix supports_dcvv * Fix broken tests * Add test for supports_dcvv * Add document * Pass cryptogram type * Fix tests * Remove unused stuff * Update larky/src/main/resources/vgs/nts.star Co-authored-by: Marshall Jones <[email protected]> * Update larky/src/main/resources/vgs/nts.star Co-authored-by: Marshall Jones <[email protected]> --------- Co-authored-by: Jitendra.chaudhari <[email protected]> Co-authored-by: Slava Fomin <[email protected]> Co-authored-by: Marshall Jones <[email protected]>
0.12.12: [PAYOP-1292] Implement DCVV support (#335)
* Adding DCVV param and supports_dcvv method * code alignment * Revert passing wrong argument to get network token * Add placement * Add test case * Fix test cases * Fix supports_dcvv * Fix broken tests * Add test for supports_dcvv * Add document * Pass cryptogram type * Fix tests * Remove unused stuff * Update larky/src/main/resources/vgs/nts.star Co-authored-by: Marshall Jones <[email protected]> * Update larky/src/main/resources/vgs/nts.star Co-authored-by: Marshall Jones <[email protected]> --------- Co-authored-by: Jitendra.chaudhari <[email protected]> Co-authored-by: Slava Fomin <[email protected]> Co-authored-by: Marshall Jones <[email protected]>
0.12.11
[CSL3-1552] allow to skip additional unescape (#331)
0.12.10: [PAYOP-1116] Refine network token module interface (#330)
* Combine module * Remove raw value parameters * Rename tests * Fix doc