BREAKING CHANGES
This version introduces breaking changes.
Pezzo API Keys & Provider API Keys
We have moved the API keys and Provider API Keys to the Organization level (orgs are currently invisible to you, but will be visible very soon and you'll be able to invite your teammates).
- We have migrated your existing keys to your respective orgs
Pezzo Client
You must now specify the environment name when using the `pezzo/client`.
Make sure to upgrade to the latest versions of `pezzo/client` and `pezzo/integrations` for compatibility.
Example usage:
const pezzo = new Pezzo({
apiKey: process.env.PEZZO_API_KEY,
environment: "Production", <-- this must be provided
});
What's Changed
* fix: variables panel are empty on init by ItayElgazar in https://github.com/pezzolabs/pezzo/pull/78
**Full Changelog**: https://github.com/pezzolabs/pezzo/compare/v0.2.0-alpha.1...v0.2.0-alpha.2