Releases: emdgroup/foundry-dev-tools
Releases · emdgroup/foundry-dev-tools
v2.1.4
v2.1.3
Added
- more API endpoints for MultipassClient for managing groups (https://emdgroup.github.io/foundry-dev-tools/api/foundry_dev_tools.clients.multipass.html#foundry_dev_tools.clients.multipass.MultipassClient)
- extending Build2Client by API endpoint to submit builds (https://emdgroup.github.io/foundry-dev-tools/api/foundry_dev_tools.clients.build2.html#foundry_dev_tools.clients.build2.Build2Client)
- object oriented multipass helper classes such as Group, User and Principal (https://emdgroup.github.io/foundry-dev-tools/api/foundry_dev_tools.helpers.multipass.html)
v2.1.2
v2.1.1
v2.1.0
v2.0.1
v2.0.0
Added
- full rewrite of Foundry DevTools
- FoundryRestClient and CachedFoundryClient are still there for backwards compatibility
- new:
- configuration format: we now use toml, also with the option to use configuration 'profiles' (https://emdgroup.github.io/foundry-dev-tools/configuration.html)
- object oriented Dataset/Resource classes (https://emdgroup.github.io/foundry-dev-tools/examples/dataset.html)
- FoundryContext, makes it easier to discover and use all the API methods/clients (https://emdgroup.github.io/foundry-dev-tools/getting_started/foundry_dev_tools.html#foundrycontext)
- git credential helper for foundry repositories (https://emdgroup.github.io/foundry-dev-tools/api/foundry_dev_tools.cli.git_credential_foundry.html#module-foundry_dev_tools.cli.git_credential_foundry)
- if you want to run local transforms, you need to install an extra package (https://pypi.org/project/foundry-dev-tools-transforms)
- and more! (added typing, git cli, more API endpoints available, made Foundry DevTools extendable via entry points)