Skip to content

Support secret variables#27

Merged
Lakitna merged 13 commits intomainfrom
Support-Secret-variables
Apr 2, 2026
Merged

Support secret variables#27
Lakitna merged 13 commits intomainfrom
Support-Secret-variables

Conversation

@Lakitna
Copy link
Copy Markdown
Owner

@Lakitna Lakitna commented Mar 29, 2026

Closes #26

@Lakitna
Copy link
Copy Markdown
Owner Author

Lakitna commented Mar 29, 2026

TODO: Update docs

  • Secrets
  • .pkl and .json

@Lakitna
Copy link
Copy Markdown
Owner Author

Lakitna commented Apr 2, 2026

Changelog

Changes

  • Added support for storing Secret variables.
  • Added support for storing complex Python objects. All pickleable 🥒 objects can now be stored in the cache.
  • Added support for .pkl cache files. Pickle files are a bit faster than JSON files, but they are not readable. .json files remain default.

Dependencies

  • Added dependency: jsonpickle

Internal

  • Major refactor. Split cache management logic from keyword logic.
  • Updated parallel value keys

@Lakitna Lakitna merged commit d1fcf72 into main Apr 2, 2026
9 checks passed
@Lakitna Lakitna deleted the Support-Secret-variables branch April 2, 2026 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Secret variables

1 participant