Changelog
There are some amazing updates to make it easier to use:
Our Node.js SDK @hyphen/sdk has been updated with the ability to generate short codes via Link . Here is how easy it is:
import { Hyphen } from '@hyphen/sdk';
const hyphen = new Hyphen({
apiKey: 'your_api_key',
});
Now you can log into Hyphen and see where your secrets are being accessed!
We added in some more error handling and also the access permissions you need to complete the task.
Horizon is what we run at the edge of our global network to enable high availability and uptime for accessing Toggle evaluations at scale. Now with self hosting you can build more resiliency and performance by adding Horizon to your local clusters. That means that your local horizon instances are your primary lookup for Toggles and we become the secondary layer.
The new events view shows you where the event took place and also the details in an easy to read view π₯
@hyphen/sdk has been released (v1.8.0) with the ability to do bulk geo ip address lookups. Here is an example:
We've enhanced our edge nodes to respond more intelligently to Toggle configuration updates. Previously, we cached configurations at the edge for performance. While that remains true, our edge nodes are now instantly notified when a toggle changesβensuring they update only what's needed in near real time....
You can now do one click integration with Google Workspace and Google Cloud!
The @hyphen/sdk has been extended with a function to load your environment variables easily with loadEnv(). Here is an example of how to use it:
import { loadEnv } from '@hyphen/sdk';
//load your default environment variables and envrionment variables
loadEnv();
Now the dashboard contains your Toggle usage on the home page if you are using it!
We found some issues with QR Code generation via Hx and now that is fixed. If you already have it installed just run:
hx update
It's as easy as that!
We made it take minutes to add in Azure to Hyphen. Just click the "Connect Microsoft Azure" and you're up and running in minutes!
Now you can do access management on your short links!
We have updated our project view in the dashboard so it now shows the toggles, segments, and access under your project. π₯
We have now made it easier to setup your integrations to things such as Github, Azure, AWS, Google, and more directly on the team page! In addition to that you can setup the teams access to their projects and view which ones they now have access too.
We have also had some updates to Toggle. π