Unleash is the open source feature toggle service.

Overview

Unleash

Build & Tests Coverage Status Deploy

Unleash is a open source feature flag & toggle system, that gives you a great overview over all feature toggles across all your applications and services. It comes with official client implementations for Java, Node.js, Go, Ruby, Python and .NET Core.

Unleash-enterprise 🔗

Unleash is also available in an enterprise edition, which builds on top of the open-source version, with additional features. Go to unleash-hosted.com to learn more about the enterprise offering.

What is a feature toggle?

The main motivation for doing feature toggling is to decouple the process for deploying code to production and releasing new features. This helps reducing risk, and allow us to easily manage which features to enable

Feature toggles decouple deployment of code from release of new features

This repo contains the unleash-server, which contains the admin UI and a place to ask for the status of features. In order to make use of unleash you will also need a client implementation.

Unleash UI

Online demo version available on heroku.

Activation strategies

It's fine to have a system for turning stuff on and off. But some times we want more granular control, we want to decide who to the toggle should be enabled for. This is where activation strategies comes in to the picture. Activation strategies take arbitrary config and allows us to enable a toggle in various ways.

Common activation strategies includes:

  • Active For users with a specified userId
  • GradualRollout to X-percent of our users
  • Active for our beta users
  • Active only for application instances running on host x.

Read more about activation strategies in docs/activation-strategies.md

Variants

Sometimes you need more control than just a boolean flag. Variants provides this and can be used in combination of feature toggles and allow you to return multiple variants from a feature toggle, if it is enabled.

Client implementations

We have official SDK's for Java, Node.js, Go, Ruby and Python. And we will be happy to add implementations in other languages written by you! These libraries makes it very easy to use Unleash in you application.

Official client SDK's:

Clients written by awesome enthusiasts: 🔥

The Client API

The client SDKs provides a simple abstraction making it easy to check feature toggles in your application. The code snippet below shows how you would use Unleash in Java.

if (unleash.isEnabled("AwesomeFeature")) {
  //do some magic
} else {
  //do old boring stuff
}

Running Unleash Service

Run it yourself

Unleash is open source and you are free to run your own instance. Please refer to the getting-started-guide to learn how to run the Unleash Service.

We have made a separate project which runs Unleash inside docker. Please see unleash-docker for details

Unleash as a Service (SaaS)

After numerous request we have created a separate company, Unleash-hosted, which offer Unleash as a Service. Unleash-hosted allows you to focus on you core business and have someone else taking care of hosting and maintaining Unleash.

Go to unleash-hosted.com to learn more about this offering and start using Unleash today. This service also includes official support.

Developer Guide

If you want to contribute to this project you are encouraged to send issue request, or provide pull-requests. Please read the unleash developer guide to learn more on how you can contribute.

I Need help

In the media

Comments
Releases(v4.20.0-beta.1)
  • v4.20.0-beta.1(Jan 2, 2023)

    • 9e40cfd4c - 4.20.0-beta.1
    • 88004a613 - feat: allows creation of PATs for other users (#2718)
    • aab809cac - 4.20.0-beta.0
    • ec535ad7c - Make it possible to validate enterprise schema with respondWithValidation (#2781)
    • d5e47ac35 - formatApiPath / formatAssetPath - Implement smart functionality to detect double subpath (#2777)
    • 340bcf1d1 - fix: add frontend eslint check (#2562)
    • b0418253c - fix(deps): update dependency fast-json-patch to v3.1.1 [security] (#2784)
    • e9e6d610f - chore(deps): update dependency vitest to v0.26.3 (#2788)
    • 4317b2ed6 - chore(deps): update dependency @types/react-table to v7.7.14 (#2786)
    • 53d5d2928 - chore(deps): update dependency @types/jest to v29.2.5 (#2785)
    • 4643f8851 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.5 (#2779)
    • 2a18dba93 - chore(deps): update dependency @uiw/react-codemirror to v4.19.5 (#2780)
    • b3e7ec822 - chore(deps): update dependency vite-tsconfig-paths to v4 (#2774)
    • 8ae27cf3a - chore(deps): update postgres docker tag to v15 (#2775)
    • e1be9b0f1 - chore(deps): update dependency vite to v4 (#2773)
    • b290ffe66 - fix(deps): update dependency docusaurus-plugin-openapi-docs to v1.5.0 (#2763)
    • b61267e71 - chore(deps): update react-router monorepo to v6.6.1 (#2762)
    • 5dd93b180 - fix(deps): update dependency docusaurus-theme-openapi-docs to v1.5.0 (#2764)
    • 6a4973d43 - chore(deps): update dependency tsc-watch to v6 (#2771)
    • 268f469b2 - chore(deps): update dependency chartjs-adapter-date-fns to v3 (#2767)
    • 6d914d2a0 - chore(deps): update dependency vite-plugin-svgr to v2.4.0 (#2759)
    • 6c621bf65 - Fix crashing search bars (#2765)
    • 25858cae8 - chore(deps): update dependency sass to v1.57.1 (#2757)
    • 47bdf618a - fix(deps): update dependency unleash-proxy-client to v2.4.0 (#2766)
    • 1fa75cb62 - chore(deps): update dependency vitest to v0.26.2 (#2760)
    • 9f494e3ce - chore(deps): update dpage/pgadmin4 docker tag to v6.18 (#2761)
    • 1f20dc4a6 - chore(deps): update dependency fast-check to v3.5.0 (#2756)
    • ef86f7629 - chore(deps): update dependency eslint to v8.30.0 (#2755)
    • 2b46e4b70 - chore(deps): update dependency @types/react-table to v7.7.13 (#2758)
    • 8790e73b3 - chore(deps): update dependency decode-uri-component to ^0.4.0 (#2754)
    • 3b1cd9ad8 - chore(deps): update storybook monorepo to v6.5.15 (#2751)
    • ee59ae038 - chore(deps): update dependency @codemirror/state to v6.2.0 (#2753)
    • d9ce2ad50 - fix(deps): update dependency unleash-client to v3.16.1 (#2752)
    • c33ed2948 - chore(deps): update node.js to v14.21.2 (#2750)
    • d5d8c752f - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.4 (#2746)
    • 2fb5699e8 - chore(deps): update dependency msw to v0.49.2 (#2748)
    • af209079b - chore(deps): update dependency @uiw/react-codemirror to v4.19.4 (#2747)
    • d833b459e - chore(deps): update dependency @types/nodemailer to v6.4.7 (#2745)
    • 18a05bf30 - chore(deps): update dependency @swc/core to v1.3.24 (#2741)
    • d2c898e06 - chore(deps): update dependency @testing-library/dom to v8.19.1 (#2742)
    • 52961f245 - chore(deps): update dependency @types/express to v4.17.15 (#2743)
    • a445c9c2b - chore(deps): update dependency @types/node to v16.18.11 (#2744)
    • 0fbeeecfd - fix(deps): update dependency uuid to v9 (#2401)
    • 03dc65bf2 - chore(deps): update dependency @babel/core to v7.20.7 (#2740)
    • 3437e4ee3 - chore(deps): update typescript-eslint monorepo to v5.47.1 (#2426)
    • 470c8d96c - chore(deps): update dependency prettier to v2.8.1 (#2509)
    • 408b81690 - chore(deps): update dependency @vitejs/plugin-react to v3 (#2665)
    • 2d16730cc - feat: adds an optional dialog and markdown support (#2728)
    • aaa96f71c - feat: message banner (#2726)
    • e533b44c5 - Adds tracking to maintenance feature (#2723)
    • 5b66346e5 - fixes 2-456: Preserve all data from strategy import (#2720)
    • be045dc13 - Remove favorites feature flag (#2722)
    • a0619e963 - Maintenance mode for users (#2716)
    • 1ef84da68 - fix: set a more generous maxWidth in access timeago cells (#2714)
    • 7ce5b3de6 - refactor: flag resolver should use stricter types (#2571)
    • 4b519ead4 - perf: Simplify queries to prometheus (#2706)
    • 2c15841af - fix: metrics one hour select label (#2712)
    • 025fdeea1 - Make build badge work correctly (#2710)
    • 2d5455d20 - Maintenance mode middleware (#2707)
    • ff9bc1d10 - Docs: fix typo / lexical illusion "the the" -> "to the"
    • d2d5629a3 - Feat lazy loading network (#2709)
    • a3ac96f76 - Feat network overview (#2708)
    • 2979f2163 - feat: expose number of registered applications metric (#2692)
    • eafba10ca - feature: add query support to features endpoint (#2693)
    • 1d1219a05 - Use new useConditionallyHiddenColumns hook (#2695)
    • e437b6175 - docs: update group docs to reflect that users is not optional (#2667)
    • d42e90544 - Maintenance mode UI (#2704)
    • 5bef9bbfd - 4.19.1
    • f4480d516 - remove change request flag (#2703)
    Source code(tar.gz)
    Source code(zip)
  • v4.20.0-beta.0(Jan 2, 2023)

    • aab809cac - 4.20.0-beta.0
    • ec535ad7c - Make it possible to validate enterprise schema with respondWithValidation (#2781)
    • d5e47ac35 - formatApiPath / formatAssetPath - Implement smart functionality to detect double subpath (#2777)
    • 340bcf1d1 - fix: add frontend eslint check (#2562)
    • b0418253c - fix(deps): update dependency fast-json-patch to v3.1.1 [security] (#2784)
    • e9e6d610f - chore(deps): update dependency vitest to v0.26.3 (#2788)
    • 4317b2ed6 - chore(deps): update dependency @types/react-table to v7.7.14 (#2786)
    • 53d5d2928 - chore(deps): update dependency @types/jest to v29.2.5 (#2785)
    • 4643f8851 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.5 (#2779)
    • 2a18dba93 - chore(deps): update dependency @uiw/react-codemirror to v4.19.5 (#2780)
    • b3e7ec822 - chore(deps): update dependency vite-tsconfig-paths to v4 (#2774)
    • 8ae27cf3a - chore(deps): update postgres docker tag to v15 (#2775)
    • e1be9b0f1 - chore(deps): update dependency vite to v4 (#2773)
    • b290ffe66 - fix(deps): update dependency docusaurus-plugin-openapi-docs to v1.5.0 (#2763)
    • b61267e71 - chore(deps): update react-router monorepo to v6.6.1 (#2762)
    • 5dd93b180 - fix(deps): update dependency docusaurus-theme-openapi-docs to v1.5.0 (#2764)
    • 6a4973d43 - chore(deps): update dependency tsc-watch to v6 (#2771)
    • 268f469b2 - chore(deps): update dependency chartjs-adapter-date-fns to v3 (#2767)
    • 6d914d2a0 - chore(deps): update dependency vite-plugin-svgr to v2.4.0 (#2759)
    • 6c621bf65 - Fix crashing search bars (#2765)
    • 25858cae8 - chore(deps): update dependency sass to v1.57.1 (#2757)
    • 47bdf618a - fix(deps): update dependency unleash-proxy-client to v2.4.0 (#2766)
    • 1fa75cb62 - chore(deps): update dependency vitest to v0.26.2 (#2760)
    • 9f494e3ce - chore(deps): update dpage/pgadmin4 docker tag to v6.18 (#2761)
    • 1f20dc4a6 - chore(deps): update dependency fast-check to v3.5.0 (#2756)
    • ef86f7629 - chore(deps): update dependency eslint to v8.30.0 (#2755)
    • 2b46e4b70 - chore(deps): update dependency @types/react-table to v7.7.13 (#2758)
    • 8790e73b3 - chore(deps): update dependency decode-uri-component to ^0.4.0 (#2754)
    • 3b1cd9ad8 - chore(deps): update storybook monorepo to v6.5.15 (#2751)
    • ee59ae038 - chore(deps): update dependency @codemirror/state to v6.2.0 (#2753)
    • d9ce2ad50 - fix(deps): update dependency unleash-client to v3.16.1 (#2752)
    • c33ed2948 - chore(deps): update node.js to v14.21.2 (#2750)
    • d5d8c752f - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.4 (#2746)
    • 2fb5699e8 - chore(deps): update dependency msw to v0.49.2 (#2748)
    • af209079b - chore(deps): update dependency @uiw/react-codemirror to v4.19.4 (#2747)
    • d833b459e - chore(deps): update dependency @types/nodemailer to v6.4.7 (#2745)
    • 18a05bf30 - chore(deps): update dependency @swc/core to v1.3.24 (#2741)
    • d2c898e06 - chore(deps): update dependency @testing-library/dom to v8.19.1 (#2742)
    • 52961f245 - chore(deps): update dependency @types/express to v4.17.15 (#2743)
    • a445c9c2b - chore(deps): update dependency @types/node to v16.18.11 (#2744)
    • 0fbeeecfd - fix(deps): update dependency uuid to v9 (#2401)
    • 03dc65bf2 - chore(deps): update dependency @babel/core to v7.20.7 (#2740)
    • 3437e4ee3 - chore(deps): update typescript-eslint monorepo to v5.47.1 (#2426)
    • 470c8d96c - chore(deps): update dependency prettier to v2.8.1 (#2509)
    • 408b81690 - chore(deps): update dependency @vitejs/plugin-react to v3 (#2665)
    • 2d16730cc - feat: adds an optional dialog and markdown support (#2728)
    • aaa96f71c - feat: message banner (#2726)
    • e533b44c5 - Adds tracking to maintenance feature (#2723)
    • 5b66346e5 - fixes 2-456: Preserve all data from strategy import (#2720)
    • be045dc13 - Remove favorites feature flag (#2722)
    • a0619e963 - Maintenance mode for users (#2716)
    • 1ef84da68 - fix: set a more generous maxWidth in access timeago cells (#2714)
    • 7ce5b3de6 - refactor: flag resolver should use stricter types (#2571)
    • 4b519ead4 - perf: Simplify queries to prometheus (#2706)
    • 2c15841af - fix: metrics one hour select label (#2712)
    • 025fdeea1 - Make build badge work correctly (#2710)
    • 2d5455d20 - Maintenance mode middleware (#2707)
    • ff9bc1d10 - Docs: fix typo / lexical illusion "the the" -> "to the"
    • d2d5629a3 - Feat lazy loading network (#2709)
    • a3ac96f76 - Feat network overview (#2708)
    • 2979f2163 - feat: expose number of registered applications metric (#2692)
    • eafba10ca - feature: add query support to features endpoint (#2693)
    • 1d1219a05 - Use new useConditionallyHiddenColumns hook (#2695)
    • e437b6175 - docs: update group docs to reflect that users is not optional (#2667)
    • d42e90544 - Maintenance mode UI (#2704)
    • 5bef9bbfd - 4.19.1
    • f4480d516 - remove change request flag (#2703)
    Source code(tar.gz)
    Source code(zip)
  • v4.19.1(Dec 15, 2022)

    🚀 New Features

    • Change request now Generally Available for Enterprise Users by @kwasniew in https://github.com/Unleash/unleash/pull/2703

    Docs for Change Request: https://docs.getunleash.io/reference/change-requests

    Full Changelog: https://github.com/Unleash/unleash/compare/v4.19.0...v4.19.1

    Source code(tar.gz)
    Source code(zip)
  • v4.19.0(Dec 15, 2022)

    🚀 New Features

    • Generally Available: toggle tag filtering by @nunogois in https://github.com/Unleash/unleash/pull/2668
    • Generally Available: tokens last seen by @nunogois in https://github.com/Unleash/unleash/pull/2673

    🐞 Bug Fixes

    • Fix/change request search by @andreas-unleash in https://github.com/Unleash/unleash/pull/2647
    • fix: too many reqs to feature toggle endpoint by @nunogois in https://github.com/Unleash/unleash/pull/2650
    • fix(deps): update dependency docusaurus-theme-openapi-docs to v1.4.7 by @renovate in https://github.com/Unleash/unleash/pull/2652
    • Fix/cr UI fixes by @FredrikOseberg in https://github.com/Unleash/unleash/pull/2675
    • fix: move docker-compose to this repo by @ivarconr in https://github.com/Unleash/unleash/pull/2666
    • change request ui tweaks by @kwasniew in https://github.com/Unleash/unleash/pull/2676
    • fix: adds bottom margin to SSO sync info box by @nunogois in https://github.com/Unleash/unleash/pull/2674
    • fix: misc UI/UX fixes, mostly related with favorites by @nunogois in https://github.com/Unleash/unleash/pull/2683
    • feat: make favorites a global preference by @nunogois in https://github.com/Unleash/unleash/pull/2685
    • fix: favorite tooltip topleft flash by @nunogois in https://github.com/Unleash/unleash/pull/2686
    • fix: remove tooltip from favorites cell, some refactoring by @nunogois in https://github.com/Unleash/unleash/pull/2687
    • fix: upgrades useHiddenColumns hook to fix related issues by @nunogois in https://github.com/Unleash/unleash/pull/2691
    • Fix/remove settings cache by @ivarconr in https://github.com/Unleash/unleash/pull/2694
    • fix: allow publish-new-version action to run from branch by @ivarconr in https://github.com/Unleash/unleash/pull/2698
    • fix: disable networkView for dev, fail more gracefully by @nunogois in https://github.com/Unleash/unleash/pull/2701

    📖 Documentation

    • Update README.md by @egor-xyz in https://github.com/Unleash/unleash/pull/2620
    • Add azure example to the documentation page by @ZanMarolt in https://github.com/Unleash/unleash/pull/2641
    • docs: various fixes by @thomasheartman in https://github.com/Unleash/unleash/pull/2669
    • docs: small fixes by @thomasheartman in https://github.com/Unleash/unleash/pull/2688

    ⚙️ Chores

    • chore(deps): update dependency @swc/core to v1.3.22 by @renovate in https://github.com/Unleash/unleash/pull/2648
    • chore(deps): update dependency @uiw/react-codemirror to v4.19.1 by @renovate in https://github.com/Unleash/unleash/pull/2653
    • chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.1 by @renovate in https://github.com/Unleash/unleash/pull/2654
    • chore(deps): update dependency @swc/jest to v0.2.24 by @renovate in https://github.com/Unleash/unleash/pull/2655
    • chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.2 by @renovate in https://github.com/Unleash/unleash/pull/2656
    • chore(deps): update dependency @uiw/react-codemirror to v4.19.2 by @renovate in https://github.com/Unleash/unleash/pull/2657
    • chore(deps): update dependency eslint to v8.29.0 by @renovate in https://github.com/Unleash/unleash/pull/2658
    • chore(deps): update dependency lint-staged to v13.1.0 by @renovate in https://github.com/Unleash/unleash/pull/2659
    • chore(deps): update dependency react-hooks-global-state to v2.1.0 by @renovate in https://github.com/Unleash/unleash/pull/2660
    • chore(deps): update dependency vite-plugin-svgr to v2.3.0 by @renovate in https://github.com/Unleash/unleash/pull/2661
    • chore(deps): update dependency @types/node to v16.18.8 by @renovate in https://github.com/Unleash/unleash/pull/2662
    • chore(deps): update dependency vitest to v0.25.7 by @renovate in https://github.com/Unleash/unleash/pull/2663
    • chore(deps): update dpage/pgadmin4 docker tag to v6.17 by @renovate in https://github.com/Unleash/unleash/pull/2664

    💅 Enhancements

    • remove postgres because we dont run tests anymore by @kwasniew in https://github.com/Unleash/unleash/pull/2649
    • fix: use instance status too many reqs by @nunogois in https://github.com/Unleash/unleash/pull/2651
    • Shaswat: Remove usage of useStyles from UserForm by @ShaswatPrabhat in https://github.com/Unleash/unleash/pull/2619
    • task: Expose prometheus metrics by @gastonfournier in https://github.com/Unleash/unleash/pull/2586
    • style: remove empty file by @gastonfournier in https://github.com/Unleash/unleash/pull/2680
    • Remove full width access tab by @sjaanus in https://github.com/Unleash/unleash/pull/2679
    • Add unique trackable URLs for Pro/Enterprise feature lead generation by @sjaanus in https://github.com/Unleash/unleash/pull/2684
    • loosen permissions for change requests by @kwasniew in https://github.com/Unleash/unleash/pull/2682
    • added contraints checking in change request permissions by @kwasniew in https://github.com/Unleash/unleash/pull/2690
    • Update dialogue design by @nunogois in https://github.com/Unleash/unleash/pull/2342
    • feat: first draft of chart for instance traffic in frontend by @chriswk in https://github.com/Unleash/unleash/pull/2670
    • refresh change request, add conflict margin, set time ago by @kwasniew in https://github.com/Unleash/unleash/pull/2700

    New Contributors 🥳

    • @egor-xyz made their first contribution in https://github.com/Unleash/unleash/pull/2620
    • @ZanMarolt made their first contribution in https://github.com/Unleash/unleash/pull/2641
    • @ShaswatPrabhat made their first contribution in https://github.com/Unleash/unleash/pull/2619

    📚 Update and Migration Guides

    • General Migration Guide is here
    • When Upgrading to Unleash v4+ from a previous version, Guide is here

    Full Changelog: https://github.com/Unleash/unleash/compare/v4.18.7...v4.19.0

    Source code(tar.gz)
    Source code(zip)
  • v4.19.0-beta.2(Dec 15, 2022)

    • e716ddc0e - 4.19.0-beta.2
    • 29fb6643f - 4.18.9
    • 4e277fcc5 - remove postgres because we dont run tests anymore (#2649)
    • 2563bbf09 - fix: background frontend settings should not crash tests
    • 34c12c823 - fix: adjust db-pool for test to use max=4
    • e01167676 - fix: background frontend settings should not crash tests
    • e4035d37d - fix: adjust db-pool for test to use max=3
    • 2223cace4 - fix: adjust db-pool a bit
    • 883679d60 - Fix/remove settings cache (#2694)
    • 09c87c755 - Fix/remove settings cache (#2694)
    • db7b39af2 - fix: upgrades useHiddenColumns hook to fix related issues (#2691)
    • fe2f2f570 - Update dialogue design (#2342)
    • 160b9a060 - docs: small fixes (#2688)
    • a54d53a11 - added contraints checking in change request permissions (#2690)
    • 3549be025 - 4.19.0-beta.1
    • cb0398ca6 - loosen permissions for change requests (#2682)
    • eb433185a - fix: remove tooltip from favorites cell, some refactoring (#2687)
    • 212083b5e - fix: favorite tooltip topleft flash (#2686)
    • 4afd50516 - feat: make favorites a global preference (#2685)
    • e05d92466 - fix: misc UI/UX fixes, mostly related with favorites (#2683)
    • a8cd3166d - fix: adds bottom margin to SSO sync info box (#2674)
    • 419640fb2 - Add unique trackable URLs for Pro/Enterprise feature lead generation (#2684)
    • fb06fa9f4 - Remove full width access tab (#2679)
    • 025c8bd7d - style: remove empty file (#2680)
    • 8aeba08e9 - 4.19.0-beta.0
    • 086241e58 - change request ui tweaks (#2676)
    • 65d69c6fa - Chore: correctly format docusaurus.config.js
    • c3d37a298 - 4.18.8
    • 9d1d4c080 - fix: move docker-compose to this repo (#2666)
    • 10aa79eb5 - fix: move docker-compose to this repo (#2666)
    • cef4181f1 - Fix/cr UI fixes (#2675)
    • 5086ec792 - remove feature flag: tokens last seen (#2673)
    • e8d0fdba1 - remove feature flag: toggle tag filtering (#2668)
    • a3fdef11a - docs: various fixes (#2669)
    • 5fe238c89 - task: Expose prometheus metrics (#2586)
    • 39ef840af - chore(deps): update dpage/pgadmin4 docker tag to v6.17 (#2664)
    • 99e5dda89 - chore(deps): update dependency vitest to v0.25.7 (#2663)
    • fe0fc9a55 - chore(deps): update dependency @types/node to v16.18.8 (#2662)
    • 14dd9c7c9 - chore(deps): update dependency vite-plugin-svgr to v2.3.0 (#2661)
    • 8fc5d3914 - chore(deps): update dependency react-hooks-global-state to v2.1.0 (#2660)
    • 7c54804dd - chore(deps): update dependency lint-staged to v13.1.0 (#2659)
    • 41d125956 - chore(deps): update dependency eslint to v8.29.0 (#2658)
    • 4d4590afe - chore(deps): update dependency @uiw/react-codemirror to v4.19.2 (#2657)
    • ab033290b - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.2 (#2656)
    • dbdd1eae4 - chore(deps): update dependency @swc/jest to v0.2.24 (#2655)
    • a67f85358 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.1 (#2654)
    • 55ed4bf81 - chore(deps): update dependency @uiw/react-codemirror to v4.19.1 (#2653)
    • 768e2b203 - fix(deps): update dependency docusaurus-theme-openapi-docs to v1.4.7 (#2652)
    • 49c463ce1 - chore(deps): update dependency @swc/core to v1.3.22 (#2648)
    • 59c043e1a - Shaswat: Remove usage of useStyles from UserForm (#2619)
    • 1bd95d44e - fix: use instance status too many reqs (#2651)
    • 1e8801b65 - remove postgres because we dont run tests anymore (#2649)
    • d76d9d863 - Add azure example to the documentation page (#2641)
    • d716175b4 - Update README.md (#2620)
    • bc7734238 - fix: too many reqs to feature toggle endpoint (#2650)
    • 58622bbf9 - Fix/change request search (#2647)
    Source code(tar.gz)
    Source code(zip)
  • v4.19.0-beta.1(Dec 14, 2022)

    • 3549be025 - 4.19.0-beta.1
    • cb0398ca6 - loosen permissions for change requests (#2682)
    • eb433185a - fix: remove tooltip from favorites cell, some refactoring (#2687)
    • 212083b5e - fix: favorite tooltip topleft flash (#2686)
    • 4afd50516 - feat: make favorites a global preference (#2685)
    • e05d92466 - fix: misc UI/UX fixes, mostly related with favorites (#2683)
    • a8cd3166d - fix: adds bottom margin to SSO sync info box (#2674)
    • 419640fb2 - Add unique trackable URLs for Pro/Enterprise feature lead generation (#2684)
    • fb06fa9f4 - Remove full width access tab (#2679)
    • 025c8bd7d - style: remove empty file (#2680)
    • 8aeba08e9 - 4.19.0-beta.0
    • 086241e58 - change request ui tweaks (#2676)
    • 65d69c6fa - Chore: correctly format docusaurus.config.js
    • c3d37a298 - 4.18.8
    • 9d1d4c080 - fix: move docker-compose to this repo (#2666)
    • 10aa79eb5 - fix: move docker-compose to this repo (#2666)
    • cef4181f1 - Fix/cr UI fixes (#2675)
    • 5086ec792 - remove feature flag: tokens last seen (#2673)
    • e8d0fdba1 - remove feature flag: toggle tag filtering (#2668)
    • a3fdef11a - docs: various fixes (#2669)
    • 5fe238c89 - task: Expose prometheus metrics (#2586)
    • 39ef840af - chore(deps): update dpage/pgadmin4 docker tag to v6.17 (#2664)
    • 99e5dda89 - chore(deps): update dependency vitest to v0.25.7 (#2663)
    • fe0fc9a55 - chore(deps): update dependency @types/node to v16.18.8 (#2662)
    • 14dd9c7c9 - chore(deps): update dependency vite-plugin-svgr to v2.3.0 (#2661)
    • 8fc5d3914 - chore(deps): update dependency react-hooks-global-state to v2.1.0 (#2660)
    • 7c54804dd - chore(deps): update dependency lint-staged to v13.1.0 (#2659)
    • 41d125956 - chore(deps): update dependency eslint to v8.29.0 (#2658)
    • 4d4590afe - chore(deps): update dependency @uiw/react-codemirror to v4.19.2 (#2657)
    • ab033290b - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.2 (#2656)
    • dbdd1eae4 - chore(deps): update dependency @swc/jest to v0.2.24 (#2655)
    • a67f85358 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.1 (#2654)
    • 55ed4bf81 - chore(deps): update dependency @uiw/react-codemirror to v4.19.1 (#2653)
    • 768e2b203 - fix(deps): update dependency docusaurus-theme-openapi-docs to v1.4.7 (#2652)
    • 49c463ce1 - chore(deps): update dependency @swc/core to v1.3.22 (#2648)
    • 59c043e1a - Shaswat: Remove usage of useStyles from UserForm (#2619)
    • 1bd95d44e - fix: use instance status too many reqs (#2651)
    • 1e8801b65 - remove postgres because we dont run tests anymore (#2649)
    • d76d9d863 - Add azure example to the documentation page (#2641)
    • d716175b4 - Update README.md (#2620)
    • bc7734238 - fix: too many reqs to feature toggle endpoint (#2650)
    • 58622bbf9 - Fix/change request search (#2647)
    Source code(tar.gz)
    Source code(zip)
  • v4.18.9(Dec 14, 2022)

  • v4.19.0-beta.0(Dec 13, 2022)

    • 8aeba08e9 - 4.19.0-beta.0
    • 086241e58 - change request ui tweaks (#2676)
    • 65d69c6fa - Chore: correctly format docusaurus.config.js
    • c3d37a298 - 4.18.8
    • 9d1d4c080 - fix: move docker-compose to this repo (#2666)
    • 10aa79eb5 - fix: move docker-compose to this repo (#2666)
    • cef4181f1 - Fix/cr UI fixes (#2675)
    • 5086ec792 - remove feature flag: tokens last seen (#2673)
    • e8d0fdba1 - remove feature flag: toggle tag filtering (#2668)
    • a3fdef11a - docs: various fixes (#2669)
    • 5fe238c89 - task: Expose prometheus metrics (#2586)
    • 39ef840af - chore(deps): update dpage/pgadmin4 docker tag to v6.17 (#2664)
    • 99e5dda89 - chore(deps): update dependency vitest to v0.25.7 (#2663)
    • fe0fc9a55 - chore(deps): update dependency @types/node to v16.18.8 (#2662)
    • 14dd9c7c9 - chore(deps): update dependency vite-plugin-svgr to v2.3.0 (#2661)
    • 8fc5d3914 - chore(deps): update dependency react-hooks-global-state to v2.1.0 (#2660)
    • 7c54804dd - chore(deps): update dependency lint-staged to v13.1.0 (#2659)
    • 41d125956 - chore(deps): update dependency eslint to v8.29.0 (#2658)
    • 4d4590afe - chore(deps): update dependency @uiw/react-codemirror to v4.19.2 (#2657)
    • ab033290b - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.2 (#2656)
    • dbdd1eae4 - chore(deps): update dependency @swc/jest to v0.2.24 (#2655)
    • a67f85358 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.19.1 (#2654)
    • 55ed4bf81 - chore(deps): update dependency @uiw/react-codemirror to v4.19.1 (#2653)
    • 768e2b203 - fix(deps): update dependency docusaurus-theme-openapi-docs to v1.4.7 (#2652)
    • 49c463ce1 - chore(deps): update dependency @swc/core to v1.3.22 (#2648)
    • 59c043e1a - Shaswat: Remove usage of useStyles from UserForm (#2619)
    • 1bd95d44e - fix: use instance status too many reqs (#2651)
    • 1e8801b65 - remove postgres because we dont run tests anymore (#2649)
    • d76d9d863 - Add azure example to the documentation page (#2641)
    • d716175b4 - Update README.md (#2620)
    • bc7734238 - fix: too many reqs to feature toggle endpoint (#2650)
    • 58622bbf9 - Fix/change request search (#2647)
    Source code(tar.gz)
    Source code(zip)
  • v4.18.8(Dec 12, 2022)

  • v4.18.7(Dec 9, 2022)

    🚀 New Features

    • feat: add plan checks to uiconfig by @nunogois in https://github.com/Unleash/unleash/pull/2600
    • POC: integration tests by @kwasniew in https://github.com/Unleash/unleash/pull/2422
    • feat: add capability to write heap snapshot. by @ivarconr in https://github.com/Unleash/unleash/pull/2611

    🐞 Bug Fixes

    • fix sort type by @kwasniew in https://github.com/Unleash/unleash/pull/2616
    • Fix pro project role descriptions by @nunogois in https://github.com/Unleash/unleash/pull/2612
    • fix: isPro check on change request configuration by @nunogois in https://github.com/Unleash/unleash/pull/2610
    • fix: update vercel proxy paths by @FredrikOseberg in https://github.com/Unleash/unleash/pull/2623
    • fix: update package json and remove empty exports by @FredrikOseberg in https://github.com/Unleash/unleash/pull/2625
    • Fix/favorites UI improvements by @andreas-unleash in https://github.com/Unleash/unleash/pull/2636
    • fix: tags endpoint returning 404 when featureId is not set by @nunogois in https://github.com/Unleash/unleash/pull/2621
    • fix(deps): update dependency docusaurus-plugin-openapi-docs to v1.4.7 by @renovate in https://github.com/Unleash/unleash/pull/2646
    • Fix strategy screen 404 by @kwasniew in https://github.com/Unleash/unleash/pull/2638

    📖 Documentation

    • Docs/change request beta docs by @FredrikOseberg in https://github.com/Unleash/unleash/pull/2608

    ⚙️ Chores

    • chore(deps): update dependency @types/deep-diff to v1.0.2 by @renovate in https://github.com/Unleash/unleash/pull/2615
    • chore(deps): update dependency @types/jest to v29.2.4 by @renovate in https://github.com/Unleash/unleash/pull/2626
    • chore(deps): update dependency @types/node to v16.18.6 by @renovate in https://github.com/Unleash/unleash/pull/2628
    • chore(deps): update dependency openapi-enforcer to v1.22.2 by @renovate in https://github.com/Unleash/unleash/pull/2629
    • chore(deps): update dependency superagent to v8.0.6 by @renovate in https://github.com/Unleash/unleash/pull/2630
    • chore(deps): update dependency supertest to v6.3.3 by @renovate in https://github.com/Unleash/unleash/pull/2631
    • chore(deps): update dependency vite to v3.2.5 by @renovate in https://github.com/Unleash/unleash/pull/2632
    • chore(deps): update dependency vitest to v0.25.6 by @renovate in https://github.com/Unleash/unleash/pull/2633
    • chore(deps): update dependency @types/node to v16.18.7 by @renovate in https://github.com/Unleash/unleash/pull/2642
    • chore(deps): update react-router monorepo to v6.4.5 by @renovate in https://github.com/Unleash/unleash/pull/2643
    • chore(deps): update dependency sass to v1.56.2 by @renovate in https://github.com/Unleash/unleash/pull/2644
    • chore(deps): update storybook monorepo to v6.5.14 by @renovate in https://github.com/Unleash/unleash/pull/2645
    • chore(deps): update dependency @types/cors to v2.8.13 by @renovate in https://github.com/Unleash/unleash/pull/2614
    • Bump qs from 6.5.2 to 6.5.3 by @dependabot in https://github.com/Unleash/unleash/pull/2613

    💅 Enhancements

    • adjusting mobile styles by @kwasniew in https://github.com/Unleash/unleash/pull/2604
    • UI adjustments change requests by @kwasniew in https://github.com/Unleash/unleash/pull/2622
    • ui flags replaced in index.html by @andreas-unleash in https://github.com/Unleash/unleash/pull/2617
    • Change request UI improvements pt2 by @kwasniew in https://github.com/Unleash/unleash/pull/2624
    • adding missing enterprise check by @kwasniew in https://github.com/Unleash/unleash/pull/2635
    • Refactor premium feature by @nunogois in https://github.com/Unleash/unleash/pull/2627
    • hide discard for nonauthors by @kwasniew in https://github.com/Unleash/unleash/pull/2634
    • Conditional swr by @kwasniew in https://github.com/Unleash/unleash/pull/2637
    • remove experimental notice by @kwasniew in https://github.com/Unleash/unleash/pull/2640
    • do not test again when creting version from github actions by @kwasniew in https://github.com/Unleash/unleash/pull/2639

    📚 Update and Migration Guides

    • General Migration Guide is here
    • When Upgrading to Unleash v4+ from a previous version, Guide is here

    Full Changelog: https://github.com/Unleash/unleash/compare/v4.18.6...v4.18.7

    Source code(tar.gz)
    Source code(zip)
  • v4.18.6(Dec 6, 2022)

  • v4.18.5(Dec 6, 2022)

  • v4.18.4(Dec 6, 2022)

  • v4.18.3(Dec 6, 2022)

    Source code(tar.gz)
    Source code(zip)
  • v4.18.1(Dec 5, 2022)

  • v4.18.0(Dec 5, 2022)

    • a65a47e3b - 4.18.0
    • 67fd18f50 - 4.18.0-beta.14
    • 447bd44c9 - Remove clone env and sync sso group flags (#2596)
    • 4a3d26065 - Fix/cors expose ETag (#2594)
    • bc3744d56 - fix: remove stray only (#2589)
    • 055c2acdd - removing sort order from diff in change requests (#2587)
    • 0a9fdfc3d - fix flickering toggle (#2584)
    • 79e96fdb9 - feat: favorite feature and project (#2582)
    • a2321192f - Added GitHub Discussions Links
    • c7fe4a5a0 - visual changes representation (#2583)
    • e728ecba6 - Remove signup conditional flag (#2581)
    • ef6ec4a83 - Favorite features on project (#2580)
    • 0a3823e18 - Add plausible events for favorite features (#2579)
    • bf0171518 - task: continue to return export v3 when variants per env disabled (#2529)
    • ee1ce16f4 - fix: update coverage files
    • 24fee65f7 - Make single project endpoint also return all features favorites (#2578)
    • 60c9718b8 - chore(deps): update dependency @types/node to v16.18.4 (#2576)
    • 2212d0bbf - chore(deps): update dependency @swc/core to v1.3.21 (#2575)
    • af15742e3 - chore(deps): update dependency msw to v0.49.1 (#2553)
    • 4bc2c747b - fix: cr permission actions (#2574)
    • 5c74efc6c - 4.18.0-beta.13
    • 5f8826974 - feat: favorite feature table icons (#2525)
    • dacaaa51b - feat: default the frontend api flags to on (#2573)
    • 65851ba51 - Add favorite events (#2572)
    • 88bdef62b - change request overview warning colors (#2565)
    • a22d5f5a4 - Favorite project (#2569)
    • fab6fbb75 - Change request event tracking (#2570)
    • d1c565735 - linter fixes (#2561)
    • d20dff60a - fix: add dialog for cancel (#2568)
    • a113f9c2c - Change to preferred export format (#2567)
    • 753d6681f - fix typo in preferred-form-architecture (#2566)
    • 6ae2c9a16 - uniquitous language cleanup (#2564)
    • 0d58371f1 - Some tweaks to favorites (#2563)
    • 9ac6b945b - Fix super small text issue (#2473)
    • 7ce38ffe8 - feat: update seen_at pat column (#2516)
    • 4d8817698 - feat: add last seen column to token table (#2520)
    • 348bbfeda - feat: add last seen column to PAT table (#2519)
    • 564c28702 - Feat update token seen at (#2514)
    • b32d3d0fe - Favorite features (#2550)
    • 071f62c60 - add missing key (#2560)
    • 840510a72 - ui tweaks (#2557)
    • 1a19d1e6f - Feat/update dialogues (#2559)
    • 5b24b60d3 - fix: flickering dialogue (#2558)
    • 87d946600 - change request tooltips (#2555)
    • 9f983f4ed - min approvals from cr not config (#2556)
    • 87211dd22 - 4.18.0-beta.12
    • e97922d06 - store min approvals as part of change request creation (#2548)
    • fc9cad12e - fix: addon parameter validation on empty strings (#2547)
    • 4518ed664 - Fix plan upgrade tooltip (#2549)
    • ad7c13999 - fix: add ADR for domain language (#2541)
    • 1c5b96fca - chore(deps): update dependency @babel/core to v7.20.5 (#2551)
    • f9cc36522 - chore(deps): update dependency @types/make-fetch-happen to v10.0.1 (#2539)
    • a992aca22 - Feat/add pro feature icon to oss projects (#2544)
    • b8012a5ad - Client-side SDK access tokens info (#2485)
    • 0943ff8f4 - Fix OOM with eslint in migrations (#2545)
    • 1eb0116e1 - Fix/last viewed project (#2530)
    • 1fec43947 - add feature flag: network view (#2543)
    • e7225dd29 - Fix test assumption (#2540)
    • 1ecbc32e1 - task: Make operations on the API Token store auditable. (#2531)
    • b5e1c72cc - chore(deps): update dependency @swc/core to v1.3.20 (#2536)
    • 2afadf31b - 4.18.0-beta.11
    • 68162c2b6 - make approvals unique (#2534)
    • ad19779b4 - chore(deps): update dependency superagent to v8.0.4 (#2535)
    • a2c50c622 - chore(deps): update dependency lint-staged to v13.0.4 (#2532)
    • a3957f8c9 - disable change request overview actions when CR are disabled (#2527)
    • 5d52216d5 - fix: adds cors caching (#2522)
    • d63f5d9a4 - fix: add project move warning when change requests exists with the fe… (#2526)
    • 3f881caa3 - fix: feature overview env count should only count enabled (#2521)
    • 492950e0a - Use project id for last viewed project (#2523)
    • 21d67abd6 - readme: Update online demo image (#2528)
    • e80980646 - log widths should be equal size (#2524)
    • 094e80e4f - changes count (#2515)
    • da59354bb - Change fetcher in OSS chang (#2518)
    • 6e2351ede - chore(deps): update dependency enhanced-resolve to v5.12.0 (#2517)
    • 4e28aef55 - react exhaustive check fix (#2513)
    • 35d9a62d8 - Soft landing page on projects or last viewed project (#2499)
    • 0897180af - fix: resolve an issue where cloning a feature toggle with a segment (#2511)
    • 9fee0bb26 - cancel changes (#2510)
    • f9726fdee - add tokens last seen feature flag (#2512)
    • e439e4609 - fix: change domain vocabulary (#2503)
    • bf13009a0 - Docs: update unleash proxy API img (#2478)
    • 98a9a770d - hide discard button (#2506)
    • f87feb9b8 - chore(deps): update material-ui monorepo (#2494)
    • 273230c35 - 4.17.3
    • c54268be3 - fix: broken UI after import (#2447)
    • b071de674 - Add possibility to soft delete users (#2497)
    • 9bf3e09d5 - fix: improve UI, simplify code (#2505)
    • 543f07104 - chore(deps): update dependency enhanced-resolve to v5.11.0 (#2507)
    • 51deb9b94 - chore(deps): update dependency vitest to v0.25.3 (#2500)
    • c67e44385 - misc fixes related to loading, font-size, alignment (#2504)
    • 4d5c12dbf - Feature overview sidepanel UI improvements (#2502)
    • 801df6953 - fix: force clone feature to correctly copy variant environments (#2498)
    • 27cb6b742 - fix cr banner (#2501)
    • 4aff5ad37 - 4.18.0-beta.10
    • a19cd9f2a - fix: Pagination of event log (#2495)
    • 8af64e937 - add events and expose them for webhooks (#2493)
    • 9f4b34367 - fix: secondary button should say "cancel" instead of "close" (#2496)
    • a53d97026 - feat: add badges to modified strategies (#2492)
    • 2a4ca96da - Permission for variant environments (#2490)
    • 137d2caaa - feat: add details section to overview sidepanel (#2489)
    • ac16e7e3b - feat: add tags to the new feature overview sidepanel (#2488)
    • d5fbd0b74 - refactor: move docs into new structure / fix links for SEO (#2416)
    • f937e8027 - fix: Updated event to include project (#2491)
    • 3dca3d53f - feat: improved feature overview sidepanel env toggles (#2487)
    • 97372cf48 - fix: flaky tests on segments order (#2472)
    • b39f6a2f0 - disable approvers select when no access (#2486)
    • 6e5b21447 - implement proxy all endpoint (#2460)
    • efd47b72a - feat: Add variants per env (#2471)
    • a165eb191 - add back removed permissions and eventType from module exports (#2476)
    • 39e964322 - chore(deps): update dependency msw to v0.49.0 (#2480)
    • 1c5dfe9a9 - chore(deps): update dependency jsdom to v20.0.3 (#2483)
    • d0cecf37f - chore(deps): update dependency @swc/core to v1.3.19 (#2482)
    • f5c1d472b - chore(deps): update dependency eslint to v8.28.0 (#2479)
    • 1aad6fca4 - chore(deps): update dependency vite-tsconfig-paths to v3.6.0 (#2481)
    • d9cf6a377 - chore(deps): update dependency @uiw/react-codemirror to v4.15.1 (#2469)
    • e9b072050 - chore(deps): update dpage/pgadmin4 docker tag to v6.16 (#2475)
    • 65ba1bf4e - docs: Update Unleash proxy illustration (#2477)
    • 93bd9d869 - Variants per environment (frontend) (#2453)
    • 31dc31fdf - Docs: Updated personal access tokens for accuracy (#2459)
    • ef693d4c1 - 4.18.0-beta.9
    • 50f974696 - older safari does not support gap (#2470)
    • cd9627ef0 - Virtualize users table (#2429)
    • ac65778cf - separate protected and unprotected routes (#2466)
    • 51ccf6536 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.15.1 (#2468)
    • 865cfeaf9 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.15.0 (#2461)
    • f46be4439 - chore(deps): update dependency @uiw/react-codemirror to v4.15.0 (#2457)
    • d1f657bf0 - fix(deps): update dependency docusaurus-theme-openapi-docs to v1.4.5 (#2370)
    • 1b901bb6c - chore(deps): update dependency chartjs-adapter-date-fns to v2.0.1 (#2454)
    • c9c5cf536 - conditional message for change request strategy form (#2465)
    • 42eadef8d - Custom roles redesign (#2439)
    • 8e1fc7322 - fix: flaky test on number of projects statistic (#2463)
    • e9fa156ae - fix: tags highlight case sensitivity (#2462)
    • dc08f1dad - fix: broken UI after import (#2447)
    • 726ede5cb - Define exports for enterprise (#2435)
    • 0ba00cc7f - 4.18.0-beta.8
    • 9176ffae1 - Change requests - add multiple reviewers (#2448)
    • f2dde9d63 - stop making enterprise calls in oss (#2449)
    • 6cd61466f - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.14.0 (#2456)
    • bffea7dcb - fix(deps): update dependency docusaurus-plugin-openapi-docs to v1.4.5 (#2369)
    • 538bbe710 - fix: make the tags column have a fixed width (#2451)
    • e25a108ea - add comment with current user avatar (#2452)
    • 978674e33 - feat: update strategy segments with edit / create strategy (#2420)
    • 51ad23955 - first draft of the comments ui (#2440)
    • 8dac08c5a - chore(deps): update dependency @swc/core to v1.3.18 (#2445)
    • 48c340585 - Copy strategy bug fix (#2444)
    • 5761aabb7 - chore(deps): update dependency msw to v0.48.3 (#2443)
    • e29b7d673 - chore(deps): update material-ui monorepo (#2432)
    • 3638f0d09 - chore(deps): update dependency @codemirror/state to v6.1.4 (#2441)
    • c1abac2a1 - chore(deps): update dependency vite to v3.2.4 (#2437)
    • 3628258db - chore(deps): update dependency @swc/core to v1.3.17 (#2431)
    • 99fd4e831 - 4.18.0-beta.7
    • 3ef0ca580 - Remove change request api protection (#2434)
    • e32b6ad57 - fix: update text in environments (#2433)
    • 1ddc46011 - Feature toggles: Filtering by tags (#2396)
    • b891d1ec4 - 4.18.0-beta.6
    • a19131395 - refactor: remove public signup link feature flag (#2423)
    • 8b057a146 - Show conflicts in change requests (#2389)
    • 89f2d8125 - fix: copy strategy change request (#2430)
    • 49fc31883 - change request help popover (#2388)
    • 4f65ad555 - Changeset comments schema (#2425)
    • ca328d6bc - chore(deps): update dependency @types/jest to v29.2.3 (#2427)
    • 8da1b5628 - chore(deps): update dependency vitest to v0.25.2 (#2421)
    • b5f969cc4 - chore(deps): update dependency copy-to-clipboard to v3.3.3 (#2413)
    • 131ebb931 - Permission guards in existing endpoints interacting with feature toggle configuration (#2418)
    • 3624cdc21 - docs: move sso how to guides to the how-to folder (#2323)
    • 900c50b8c - fix: remove uneccesary code (#2417)
    • 4689705f4 - feat: update hook to use change request settings (#2406)
    • a425bcb3b - feat: upload main branch builds to cdn (#2415)
    • 309ba68a3 - Update import-export.md
    • bd686eb24 - fix: improve drag behaviour when using handle (#2407)
    • 29da62519 - chore: update docusaurus/openapi integration to stable version (#2414)
    • d04b41fce - chore(deps): update dependency @swc/core to v1.3.16 (#2412)
    • e378e0864 - chore(deps): update dependency msw to v0.48.2 (#2411)
    • e33c9728d - chore(deps): update dependency @swc/core to v1.3.15 (#2410)
    • ca2c96de5 - chore(deps): update dependency @babel/core to v7.20.2 (#2371)
    • 5988148e1 - fix(deps): update dependency docusaurus-theme-openapi-docs to v0.0.0-514 (#2409)
    • 167ad82a4 - chore(deps): update react-router monorepo to v6.4.3 (#2368)
    • e924d9da5 - fix(deps): update dependency docusaurus-plugin-openapi-docs to v0.0.0-514 (#2408)
    • 0cd04fc88 - chore: fix broken docs build / remove unused tag files (#2402)
    • 47f991830 - chore(deps): update dependency @codemirror/state to v6.1.3 (#2394)
    • 6ba30a0e3 - Merge branch 'main' of https://github.com/Unleash/unleash
    • a01fab5ff - 4.18.0-beta.5
    • 89e5043f3 - fix: add discard actions (#2405)
    • c57baeb35 - integrate change request settings be (#2403)
    • 70e020ffe - fix: project access table (#2404)
    • 2fa154a3e - Update environments (#2339)
    • b9db7952f - feat: add permission buttons for change requests (#2392)
    • 74c518915 - Feat/add change request settings (#2390)
    • 665638b9d - fix: Fix broken OpenAPI (#2379)
    • 3f78bc93d - chore(deps): update material-ui monorepo (#2269)
    • 7207f1b57 - chore(deps): update dependency minimatch to v5 (#2400)
    • 27eac4bc7 - fix(deps): update dependency json-schema-to-ts to v2.6.0 (#2397)
    • 64bda7cfd - chore(deps): update typescript-eslint monorepo to v5.42.1 (#2395)
    • fb8136688 - chore(deps): update dependency @uiw/react-codemirror to v4.13.2 (#2393)
    • 6641e11ac - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.2 (#2391)
    • e5c72ee75 - chore(deps): update dependency sass to v1.56.1 (#2376)
    • 96d995f3f - chore(deps): update dependency @uiw/react-codemirror to v4.13.0 (#2373)
    • 79806840e - Update index.md (#2383)
    • cbfeedf48 - chore(deps): update node.js to v14.21.1 (#2385)
    • 0bb5a3d07 - chore(deps): update dependency vitest to v0.25.1 (#2384)
    • fc2a9d820 - chore(deps): bump loader-utils from 1.4.0 to 1.4.1 in /website (#2353)
    • 7bc4d1fff - 4.18.0-beta.4
    • e5a5d7ded - Fix async issue (#2387)
    • b1af0b224 - 4.18.0-beta.3
    • 076ce027e - Extract gravatar URL fn (#2386)
    • 029bb2453 - 4.18.0-beta.2
    • ac78c8f73 - Feat/change request permissions (#2382)
    • 45ee13503 - feat: project change request page frontend (#2361)
    • 0649262c7 - chore(deps): update dependency eslint to v8.27.0 (#2374)
    • 81ff55286 - chore(deps): update dependency msw to v0.48.1 (#2375)
    • 1312579bf - fix: upgrade @types/node to v16.18.3 (#2365)
    • 5dd319e41 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.0 (#2372)
    • f71f9179a - chore(deps): update dependency babel-loader to v9 (#2293)
    • 0daf3e53d - chore(deps): update lycheeverse/lychee-action action to v1.5.4 (#2367)
    • 038bf4fa6 - chore(deps): update jest monorepo (#2366)
    • e9501d3f8 - chore(deps): update dependency vite to v3.2.3 (#2364)
    • a658693f2 - Docs: Impression events only fire on enabled front-end toggles (#2153)
    • 794ed681e - fix(deps): update dependency helmet to v6 (#2295)
    • 8999d852b - fix(deps): update dependency make-fetch-happen to v11 (#2296)
    • 24d2bbcf9 - chore(deps): update dependency @types/jest to v29 (#1529)
    • 2fb548f4c - chore(deps): update metcalfc/changelog-generator action to v4 (#2294)
    • 325cd34c0 - fix: remove 'fixHourMetrics' flag
    • 0c2a67f1d - chore(deps): update dependency openapi-enforcer to v1.22.1 (#2362)
    • 670b97ded - fix: set suggested min value to 0 (#2363)
    • 343e561bc - chore(deps): update dependency jsdom to v20.0.2 (#2355)
    • b9f55a3fb - fix sidebar width (#2359)
    • b61dbbd71 - fix: remove lexical illusion in playground guidance (#2360)
    • 47a617c78 - Add changeRequestEnabled to project and project_environments (#2357)
    • ff11f30e1 - Change request approvers displaying in UI (#2358)
    • f316e99dc - Authorization header webhook (#2356)
    • 29524ab42 - 4.18.0-beta.1
    • 5e14e80ae - Change request approvals table (#2347)
    • d998f4c67 - feat: suggest strategy from template (#2340)
    • 907cce9c8 - chore(deps): update dependency husky to v8.0.2 (#2354)
    • aed48c0ee - chore(deps): update dependency @swc/core to v1.3.14 (#2352)
    • aa9aa6fb4 - styling change request sidebar (#2350)
    • 5b3d95cc3 - If baseUriPath is set format it, but if it's not, don't override default with empty string (#2118)
    • d5e33ab1f - Fix(export API): accept true and false as param values (#2349)
    • 75c3fcd17 - docs: update export/import examples (#2348)
    • f5fb7b66d - Fix: validate that the project is correct when getting feature by project (#2344)
    • 88a9e0cb9 - feat: stateful banner (#2346)
    • b086f7fd5 - 4.17.2
    • 4574c9f90 - Fix/embedded proxy memory leak (#2345)
    • f76ac0edb - Fix/embedded proxy memory leak (#2345)
    • f624f4498 - 4.17.1
    • c6f906159 - feat: env check in change requests (#2336)
    • 377a99753 - fix: merge order for UI config
    • bf521b58f - fix: merge order for UI config
    • 302cb176c - 4.17.0
    • cb45aecda - fix: clone environment creating token everytime (#2335)
    • 9577a8152 - fix: clone environment creating token everytime (#2335)
    • 065833e5d - feat: display change details (#2327)
    • 4b281d951 - Change request - edit strategy (#2334)
    • d2000f284 - feat: request change - add strategy (#2330)
    • c1e0bd83b - Frontend - Suggest change copy strategy (#2312)
    • 587c02258 - 4.17.0-beta.13
    • a267f13a7 - 4.18.0-beta.0
    • 102713eec - Remove uniqueness from change requests merging (#2332)
    • fae7de0d5 - refactor: hook for change requests (#2331)
    • 47cc16802 - Fix: Conditionally hide Change Requests tab (#2329)
    • 1061991eb - fix: generate all hour buckets if missing (#2319)
    • 2d2d6f268 - fix: generate all hour buckets if missing (#2319)
    • 46076fcbc - Fix: Conditionally hide Change Requests tab (#2329)
    • f0a929044 - Change request API draft to open (#2320)
    • 2cb763145 - 4.17.0-beta.12
    Source code(tar.gz)
    Source code(zip)
  • v4.18.0-beta.14(Dec 5, 2022)

    • 67fd18f50 - 4.18.0-beta.14
    • 447bd44c9 - Remove clone env and sync sso group flags (#2596)
    • 4a3d26065 - Fix/cors expose ETag (#2594)
    • bc3744d56 - fix: remove stray only (#2589)
    • 055c2acdd - removing sort order from diff in change requests (#2587)
    • 0a9fdfc3d - fix flickering toggle (#2584)
    • 79e96fdb9 - feat: favorite feature and project (#2582)
    • a2321192f - Added GitHub Discussions Links
    • c7fe4a5a0 - visual changes representation (#2583)
    • e728ecba6 - Remove signup conditional flag (#2581)
    • ef6ec4a83 - Favorite features on project (#2580)
    • 0a3823e18 - Add plausible events for favorite features (#2579)
    • bf0171518 - task: continue to return export v3 when variants per env disabled (#2529)
    • ee1ce16f4 - fix: update coverage files
    • 24fee65f7 - Make single project endpoint also return all features favorites (#2578)
    • 60c9718b8 - chore(deps): update dependency @types/node to v16.18.4 (#2576)
    • 2212d0bbf - chore(deps): update dependency @swc/core to v1.3.21 (#2575)
    • af15742e3 - chore(deps): update dependency msw to v0.49.1 (#2553)
    • 4bc2c747b - fix: cr permission actions (#2574)
    • 5c74efc6c - 4.18.0-beta.13
    • 5f8826974 - feat: favorite feature table icons (#2525)
    • dacaaa51b - feat: default the frontend api flags to on (#2573)
    • 65851ba51 - Add favorite events (#2572)
    • 88bdef62b - change request overview warning colors (#2565)
    • a22d5f5a4 - Favorite project (#2569)
    • fab6fbb75 - Change request event tracking (#2570)
    • d1c565735 - linter fixes (#2561)
    • d20dff60a - fix: add dialog for cancel (#2568)
    • a113f9c2c - Change to preferred export format (#2567)
    • 753d6681f - fix typo in preferred-form-architecture (#2566)
    • 6ae2c9a16 - uniquitous language cleanup (#2564)
    • 0d58371f1 - Some tweaks to favorites (#2563)
    • 9ac6b945b - Fix super small text issue (#2473)
    • 7ce38ffe8 - feat: update seen_at pat column (#2516)
    • 4d8817698 - feat: add last seen column to token table (#2520)
    • 348bbfeda - feat: add last seen column to PAT table (#2519)
    • 564c28702 - Feat update token seen at (#2514)
    • b32d3d0fe - Favorite features (#2550)
    • 071f62c60 - add missing key (#2560)
    • 840510a72 - ui tweaks (#2557)
    • 1a19d1e6f - Feat/update dialogues (#2559)
    • 5b24b60d3 - fix: flickering dialogue (#2558)
    • 87d946600 - change request tooltips (#2555)
    • 9f983f4ed - min approvals from cr not config (#2556)
    • 87211dd22 - 4.18.0-beta.12
    • e97922d06 - store min approvals as part of change request creation (#2548)
    • fc9cad12e - fix: addon parameter validation on empty strings (#2547)
    • 4518ed664 - Fix plan upgrade tooltip (#2549)
    • ad7c13999 - fix: add ADR for domain language (#2541)
    • 1c5b96fca - chore(deps): update dependency @babel/core to v7.20.5 (#2551)
    • f9cc36522 - chore(deps): update dependency @types/make-fetch-happen to v10.0.1 (#2539)
    • a992aca22 - Feat/add pro feature icon to oss projects (#2544)
    • b8012a5ad - Client-side SDK access tokens info (#2485)
    • 0943ff8f4 - Fix OOM with eslint in migrations (#2545)
    • 1eb0116e1 - Fix/last viewed project (#2530)
    • 1fec43947 - add feature flag: network view (#2543)
    • e7225dd29 - Fix test assumption (#2540)
    • 1ecbc32e1 - task: Make operations on the API Token store auditable. (#2531)
    • b5e1c72cc - chore(deps): update dependency @swc/core to v1.3.20 (#2536)
    • 2afadf31b - 4.18.0-beta.11
    • 68162c2b6 - make approvals unique (#2534)
    • ad19779b4 - chore(deps): update dependency superagent to v8.0.4 (#2535)
    • a2c50c622 - chore(deps): update dependency lint-staged to v13.0.4 (#2532)
    • a3957f8c9 - disable change request overview actions when CR are disabled (#2527)
    • 5d52216d5 - fix: adds cors caching (#2522)
    • d63f5d9a4 - fix: add project move warning when change requests exists with the fe… (#2526)
    • 3f881caa3 - fix: feature overview env count should only count enabled (#2521)
    • 492950e0a - Use project id for last viewed project (#2523)
    • 21d67abd6 - readme: Update online demo image (#2528)
    • e80980646 - log widths should be equal size (#2524)
    • 094e80e4f - changes count (#2515)
    • da59354bb - Change fetcher in OSS chang (#2518)
    • 6e2351ede - chore(deps): update dependency enhanced-resolve to v5.12.0 (#2517)
    • 4e28aef55 - react exhaustive check fix (#2513)
    • 35d9a62d8 - Soft landing page on projects or last viewed project (#2499)
    • 0897180af - fix: resolve an issue where cloning a feature toggle with a segment (#2511)
    • 9fee0bb26 - cancel changes (#2510)
    • f9726fdee - add tokens last seen feature flag (#2512)
    • e439e4609 - fix: change domain vocabulary (#2503)
    • bf13009a0 - Docs: update unleash proxy API img (#2478)
    • 98a9a770d - hide discard button (#2506)
    • f87feb9b8 - chore(deps): update material-ui monorepo (#2494)
    • 273230c35 - 4.17.3
    • c54268be3 - fix: broken UI after import (#2447)
    • b071de674 - Add possibility to soft delete users (#2497)
    • 9bf3e09d5 - fix: improve UI, simplify code (#2505)
    • 543f07104 - chore(deps): update dependency enhanced-resolve to v5.11.0 (#2507)
    • 51deb9b94 - chore(deps): update dependency vitest to v0.25.3 (#2500)
    • c67e44385 - misc fixes related to loading, font-size, alignment (#2504)
    • 4d5c12dbf - Feature overview sidepanel UI improvements (#2502)
    • 801df6953 - fix: force clone feature to correctly copy variant environments (#2498)
    • 27cb6b742 - fix cr banner (#2501)
    • 4aff5ad37 - 4.18.0-beta.10
    • a19cd9f2a - fix: Pagination of event log (#2495)
    • 8af64e937 - add events and expose them for webhooks (#2493)
    • 9f4b34367 - fix: secondary button should say "cancel" instead of "close" (#2496)
    • a53d97026 - feat: add badges to modified strategies (#2492)
    • 2a4ca96da - Permission for variant environments (#2490)
    • 137d2caaa - feat: add details section to overview sidepanel (#2489)
    • ac16e7e3b - feat: add tags to the new feature overview sidepanel (#2488)
    • d5fbd0b74 - refactor: move docs into new structure / fix links for SEO (#2416)
    • f937e8027 - fix: Updated event to include project (#2491)
    • 3dca3d53f - feat: improved feature overview sidepanel env toggles (#2487)
    • 97372cf48 - fix: flaky tests on segments order (#2472)
    • b39f6a2f0 - disable approvers select when no access (#2486)
    • 6e5b21447 - implement proxy all endpoint (#2460)
    • efd47b72a - feat: Add variants per env (#2471)
    • a165eb191 - add back removed permissions and eventType from module exports (#2476)
    • 39e964322 - chore(deps): update dependency msw to v0.49.0 (#2480)
    • 1c5dfe9a9 - chore(deps): update dependency jsdom to v20.0.3 (#2483)
    • d0cecf37f - chore(deps): update dependency @swc/core to v1.3.19 (#2482)
    • f5c1d472b - chore(deps): update dependency eslint to v8.28.0 (#2479)
    • 1aad6fca4 - chore(deps): update dependency vite-tsconfig-paths to v3.6.0 (#2481)
    • d9cf6a377 - chore(deps): update dependency @uiw/react-codemirror to v4.15.1 (#2469)
    • e9b072050 - chore(deps): update dpage/pgadmin4 docker tag to v6.16 (#2475)
    • 65ba1bf4e - docs: Update Unleash proxy illustration (#2477)
    • 93bd9d869 - Variants per environment (frontend) (#2453)
    • 31dc31fdf - Docs: Updated personal access tokens for accuracy (#2459)
    • ef693d4c1 - 4.18.0-beta.9
    • 50f974696 - older safari does not support gap (#2470)
    • cd9627ef0 - Virtualize users table (#2429)
    • ac65778cf - separate protected and unprotected routes (#2466)
    • 51ccf6536 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.15.1 (#2468)
    • 865cfeaf9 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.15.0 (#2461)
    • f46be4439 - chore(deps): update dependency @uiw/react-codemirror to v4.15.0 (#2457)
    • d1f657bf0 - fix(deps): update dependency docusaurus-theme-openapi-docs to v1.4.5 (#2370)
    • 1b901bb6c - chore(deps): update dependency chartjs-adapter-date-fns to v2.0.1 (#2454)
    • c9c5cf536 - conditional message for change request strategy form (#2465)
    • 42eadef8d - Custom roles redesign (#2439)
    • 8e1fc7322 - fix: flaky test on number of projects statistic (#2463)
    • e9fa156ae - fix: tags highlight case sensitivity (#2462)
    • dc08f1dad - fix: broken UI after import (#2447)
    • 726ede5cb - Define exports for enterprise (#2435)
    • 0ba00cc7f - 4.18.0-beta.8
    • 9176ffae1 - Change requests - add multiple reviewers (#2448)
    • f2dde9d63 - stop making enterprise calls in oss (#2449)
    • 6cd61466f - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.14.0 (#2456)
    • bffea7dcb - fix(deps): update dependency docusaurus-plugin-openapi-docs to v1.4.5 (#2369)
    • 538bbe710 - fix: make the tags column have a fixed width (#2451)
    • e25a108ea - add comment with current user avatar (#2452)
    • 978674e33 - feat: update strategy segments with edit / create strategy (#2420)
    • 51ad23955 - first draft of the comments ui (#2440)
    • 8dac08c5a - chore(deps): update dependency @swc/core to v1.3.18 (#2445)
    • 48c340585 - Copy strategy bug fix (#2444)
    • 5761aabb7 - chore(deps): update dependency msw to v0.48.3 (#2443)
    • e29b7d673 - chore(deps): update material-ui monorepo (#2432)
    • 3638f0d09 - chore(deps): update dependency @codemirror/state to v6.1.4 (#2441)
    • c1abac2a1 - chore(deps): update dependency vite to v3.2.4 (#2437)
    • 3628258db - chore(deps): update dependency @swc/core to v1.3.17 (#2431)
    • 99fd4e831 - 4.18.0-beta.7
    • 3ef0ca580 - Remove change request api protection (#2434)
    • e32b6ad57 - fix: update text in environments (#2433)
    • 1ddc46011 - Feature toggles: Filtering by tags (#2396)
    • b891d1ec4 - 4.18.0-beta.6
    • a19131395 - refactor: remove public signup link feature flag (#2423)
    • 8b057a146 - Show conflicts in change requests (#2389)
    • 89f2d8125 - fix: copy strategy change request (#2430)
    • 49fc31883 - change request help popover (#2388)
    • 4f65ad555 - Changeset comments schema (#2425)
    • ca328d6bc - chore(deps): update dependency @types/jest to v29.2.3 (#2427)
    • 8da1b5628 - chore(deps): update dependency vitest to v0.25.2 (#2421)
    • b5f969cc4 - chore(deps): update dependency copy-to-clipboard to v3.3.3 (#2413)
    • 131ebb931 - Permission guards in existing endpoints interacting with feature toggle configuration (#2418)
    • 3624cdc21 - docs: move sso how to guides to the how-to folder (#2323)
    • 900c50b8c - fix: remove uneccesary code (#2417)
    • 4689705f4 - feat: update hook to use change request settings (#2406)
    • a425bcb3b - feat: upload main branch builds to cdn (#2415)
    • 309ba68a3 - Update import-export.md
    • bd686eb24 - fix: improve drag behaviour when using handle (#2407)
    • 29da62519 - chore: update docusaurus/openapi integration to stable version (#2414)
    • d04b41fce - chore(deps): update dependency @swc/core to v1.3.16 (#2412)
    • e378e0864 - chore(deps): update dependency msw to v0.48.2 (#2411)
    • e33c9728d - chore(deps): update dependency @swc/core to v1.3.15 (#2410)
    • ca2c96de5 - chore(deps): update dependency @babel/core to v7.20.2 (#2371)
    • 5988148e1 - fix(deps): update dependency docusaurus-theme-openapi-docs to v0.0.0-514 (#2409)
    • 167ad82a4 - chore(deps): update react-router monorepo to v6.4.3 (#2368)
    • e924d9da5 - fix(deps): update dependency docusaurus-plugin-openapi-docs to v0.0.0-514 (#2408)
    • 0cd04fc88 - chore: fix broken docs build / remove unused tag files (#2402)
    • 47f991830 - chore(deps): update dependency @codemirror/state to v6.1.3 (#2394)
    • 6ba30a0e3 - Merge branch 'main' of https://github.com/Unleash/unleash
    • a01fab5ff - 4.18.0-beta.5
    • 89e5043f3 - fix: add discard actions (#2405)
    • c57baeb35 - integrate change request settings be (#2403)
    • 70e020ffe - fix: project access table (#2404)
    • 2fa154a3e - Update environments (#2339)
    • b9db7952f - feat: add permission buttons for change requests (#2392)
    • 74c518915 - Feat/add change request settings (#2390)
    • 665638b9d - fix: Fix broken OpenAPI (#2379)
    • 3f78bc93d - chore(deps): update material-ui monorepo (#2269)
    • 7207f1b57 - chore(deps): update dependency minimatch to v5 (#2400)
    • 27eac4bc7 - fix(deps): update dependency json-schema-to-ts to v2.6.0 (#2397)
    • 64bda7cfd - chore(deps): update typescript-eslint monorepo to v5.42.1 (#2395)
    • fb8136688 - chore(deps): update dependency @uiw/react-codemirror to v4.13.2 (#2393)
    • 6641e11ac - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.2 (#2391)
    • e5c72ee75 - chore(deps): update dependency sass to v1.56.1 (#2376)
    • 96d995f3f - chore(deps): update dependency @uiw/react-codemirror to v4.13.0 (#2373)
    • 79806840e - Update index.md (#2383)
    • cbfeedf48 - chore(deps): update node.js to v14.21.1 (#2385)
    • 0bb5a3d07 - chore(deps): update dependency vitest to v0.25.1 (#2384)
    • fc2a9d820 - chore(deps): bump loader-utils from 1.4.0 to 1.4.1 in /website (#2353)
    • 7bc4d1fff - 4.18.0-beta.4
    • e5a5d7ded - Fix async issue (#2387)
    • b1af0b224 - 4.18.0-beta.3
    • 076ce027e - Extract gravatar URL fn (#2386)
    • 029bb2453 - 4.18.0-beta.2
    • ac78c8f73 - Feat/change request permissions (#2382)
    • 45ee13503 - feat: project change request page frontend (#2361)
    • 0649262c7 - chore(deps): update dependency eslint to v8.27.0 (#2374)
    • 81ff55286 - chore(deps): update dependency msw to v0.48.1 (#2375)
    • 1312579bf - fix: upgrade @types/node to v16.18.3 (#2365)
    • 5dd319e41 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.0 (#2372)
    • f71f9179a - chore(deps): update dependency babel-loader to v9 (#2293)
    • 0daf3e53d - chore(deps): update lycheeverse/lychee-action action to v1.5.4 (#2367)
    • 038bf4fa6 - chore(deps): update jest monorepo (#2366)
    • e9501d3f8 - chore(deps): update dependency vite to v3.2.3 (#2364)
    • a658693f2 - Docs: Impression events only fire on enabled front-end toggles (#2153)
    • 794ed681e - fix(deps): update dependency helmet to v6 (#2295)
    • 8999d852b - fix(deps): update dependency make-fetch-happen to v11 (#2296)
    • 24d2bbcf9 - chore(deps): update dependency @types/jest to v29 (#1529)
    • 2fb548f4c - chore(deps): update metcalfc/changelog-generator action to v4 (#2294)
    • 325cd34c0 - fix: remove 'fixHourMetrics' flag
    • 0c2a67f1d - chore(deps): update dependency openapi-enforcer to v1.22.1 (#2362)
    • 670b97ded - fix: set suggested min value to 0 (#2363)
    • 343e561bc - chore(deps): update dependency jsdom to v20.0.2 (#2355)
    • b9f55a3fb - fix sidebar width (#2359)
    • b61dbbd71 - fix: remove lexical illusion in playground guidance (#2360)
    • 47a617c78 - Add changeRequestEnabled to project and project_environments (#2357)
    • ff11f30e1 - Change request approvers displaying in UI (#2358)
    • f316e99dc - Authorization header webhook (#2356)
    • 29524ab42 - 4.18.0-beta.1
    • 5e14e80ae - Change request approvals table (#2347)
    • d998f4c67 - feat: suggest strategy from template (#2340)
    • 907cce9c8 - chore(deps): update dependency husky to v8.0.2 (#2354)
    • aed48c0ee - chore(deps): update dependency @swc/core to v1.3.14 (#2352)
    • aa9aa6fb4 - styling change request sidebar (#2350)
    • 5b3d95cc3 - If baseUriPath is set format it, but if it's not, don't override default with empty string (#2118)
    • d5e33ab1f - Fix(export API): accept true and false as param values (#2349)
    • 75c3fcd17 - docs: update export/import examples (#2348)
    • f5fb7b66d - Fix: validate that the project is correct when getting feature by project (#2344)
    • 88a9e0cb9 - feat: stateful banner (#2346)
    • b086f7fd5 - 4.17.2
    • 4574c9f90 - Fix/embedded proxy memory leak (#2345)
    • f76ac0edb - Fix/embedded proxy memory leak (#2345)
    • f624f4498 - 4.17.1
    • c6f906159 - feat: env check in change requests (#2336)
    • 377a99753 - fix: merge order for UI config
    • bf521b58f - fix: merge order for UI config
    • 302cb176c - 4.17.0
    • cb45aecda - fix: clone environment creating token everytime (#2335)
    • 9577a8152 - fix: clone environment creating token everytime (#2335)
    • 065833e5d - feat: display change details (#2327)
    • 4b281d951 - Change request - edit strategy (#2334)
    • d2000f284 - feat: request change - add strategy (#2330)
    • c1e0bd83b - Frontend - Suggest change copy strategy (#2312)
    • 587c02258 - 4.17.0-beta.13
    • a267f13a7 - 4.18.0-beta.0
    • 102713eec - Remove uniqueness from change requests merging (#2332)
    • fae7de0d5 - refactor: hook for change requests (#2331)
    • 47cc16802 - Fix: Conditionally hide Change Requests tab (#2329)
    • 1061991eb - fix: generate all hour buckets if missing (#2319)
    • 2d2d6f268 - fix: generate all hour buckets if missing (#2319)
    • 46076fcbc - Fix: Conditionally hide Change Requests tab (#2329)
    • f0a929044 - Change request API draft to open (#2320)
    • 2cb763145 - 4.17.0-beta.12
    Source code(tar.gz)
    Source code(zip)
  • v4.18.0-beta.13(Nov 30, 2022)

    • 5c74efc6c - 4.18.0-beta.13
    • 5f8826974 - feat: favorite feature table icons (#2525)
    • dacaaa51b - feat: default the frontend api flags to on (#2573)
    • 65851ba51 - Add favorite events (#2572)
    • 88bdef62b - change request overview warning colors (#2565)
    • a22d5f5a4 - Favorite project (#2569)
    • fab6fbb75 - Change request event tracking (#2570)
    • d1c565735 - linter fixes (#2561)
    • d20dff60a - fix: add dialog for cancel (#2568)
    • a113f9c2c - Change to preferred export format (#2567)
    • 753d6681f - fix typo in preferred-form-architecture (#2566)
    • 6ae2c9a16 - uniquitous language cleanup (#2564)
    • 0d58371f1 - Some tweaks to favorites (#2563)
    • 9ac6b945b - Fix super small text issue (#2473)
    • 7ce38ffe8 - feat: update seen_at pat column (#2516)
    • 4d8817698 - feat: add last seen column to token table (#2520)
    • 348bbfeda - feat: add last seen column to PAT table (#2519)
    • 564c28702 - Feat update token seen at (#2514)
    • b32d3d0fe - Favorite features (#2550)
    • 071f62c60 - add missing key (#2560)
    • 840510a72 - ui tweaks (#2557)
    • 1a19d1e6f - Feat/update dialogues (#2559)
    • 5b24b60d3 - fix: flickering dialogue (#2558)
    • 87d946600 - change request tooltips (#2555)
    • 9f983f4ed - min approvals from cr not config (#2556)
    • 87211dd22 - 4.18.0-beta.12
    • e97922d06 - store min approvals as part of change request creation (#2548)
    • fc9cad12e - fix: addon parameter validation on empty strings (#2547)
    • 4518ed664 - Fix plan upgrade tooltip (#2549)
    • ad7c13999 - fix: add ADR for domain language (#2541)
    • 1c5b96fca - chore(deps): update dependency @babel/core to v7.20.5 (#2551)
    • f9cc36522 - chore(deps): update dependency @types/make-fetch-happen to v10.0.1 (#2539)
    • a992aca22 - Feat/add pro feature icon to oss projects (#2544)
    • b8012a5ad - Client-side SDK access tokens info (#2485)
    • 0943ff8f4 - Fix OOM with eslint in migrations (#2545)
    • 1eb0116e1 - Fix/last viewed project (#2530)
    • 1fec43947 - add feature flag: network view (#2543)
    • e7225dd29 - Fix test assumption (#2540)
    • 1ecbc32e1 - task: Make operations on the API Token store auditable. (#2531)
    • b5e1c72cc - chore(deps): update dependency @swc/core to v1.3.20 (#2536)
    • 2afadf31b - 4.18.0-beta.11
    • 68162c2b6 - make approvals unique (#2534)
    • ad19779b4 - chore(deps): update dependency superagent to v8.0.4 (#2535)
    • a2c50c622 - chore(deps): update dependency lint-staged to v13.0.4 (#2532)
    • a3957f8c9 - disable change request overview actions when CR are disabled (#2527)
    • 5d52216d5 - fix: adds cors caching (#2522)
    • d63f5d9a4 - fix: add project move warning when change requests exists with the fe… (#2526)
    • 3f881caa3 - fix: feature overview env count should only count enabled (#2521)
    • 492950e0a - Use project id for last viewed project (#2523)
    • 21d67abd6 - readme: Update online demo image (#2528)
    • e80980646 - log widths should be equal size (#2524)
    • 094e80e4f - changes count (#2515)
    • da59354bb - Change fetcher in OSS chang (#2518)
    • 6e2351ede - chore(deps): update dependency enhanced-resolve to v5.12.0 (#2517)
    • 4e28aef55 - react exhaustive check fix (#2513)
    • 35d9a62d8 - Soft landing page on projects or last viewed project (#2499)
    • 0897180af - fix: resolve an issue where cloning a feature toggle with a segment (#2511)
    • 9fee0bb26 - cancel changes (#2510)
    • f9726fdee - add tokens last seen feature flag (#2512)
    • e439e4609 - fix: change domain vocabulary (#2503)
    • bf13009a0 - Docs: update unleash proxy API img (#2478)
    • 98a9a770d - hide discard button (#2506)
    • f87feb9b8 - chore(deps): update material-ui monorepo (#2494)
    • 273230c35 - 4.17.3
    • c54268be3 - fix: broken UI after import (#2447)
    • b071de674 - Add possibility to soft delete users (#2497)
    • 9bf3e09d5 - fix: improve UI, simplify code (#2505)
    • 543f07104 - chore(deps): update dependency enhanced-resolve to v5.11.0 (#2507)
    • 51deb9b94 - chore(deps): update dependency vitest to v0.25.3 (#2500)
    • c67e44385 - misc fixes related to loading, font-size, alignment (#2504)
    • 4d5c12dbf - Feature overview sidepanel UI improvements (#2502)
    • 801df6953 - fix: force clone feature to correctly copy variant environments (#2498)
    • 27cb6b742 - fix cr banner (#2501)
    • 4aff5ad37 - 4.18.0-beta.10
    • a19cd9f2a - fix: Pagination of event log (#2495)
    • 8af64e937 - add events and expose them for webhooks (#2493)
    • 9f4b34367 - fix: secondary button should say "cancel" instead of "close" (#2496)
    • a53d97026 - feat: add badges to modified strategies (#2492)
    • 2a4ca96da - Permission for variant environments (#2490)
    • 137d2caaa - feat: add details section to overview sidepanel (#2489)
    • ac16e7e3b - feat: add tags to the new feature overview sidepanel (#2488)
    • d5fbd0b74 - refactor: move docs into new structure / fix links for SEO (#2416)
    • f937e8027 - fix: Updated event to include project (#2491)
    • 3dca3d53f - feat: improved feature overview sidepanel env toggles (#2487)
    • 97372cf48 - fix: flaky tests on segments order (#2472)
    • b39f6a2f0 - disable approvers select when no access (#2486)
    • 6e5b21447 - implement proxy all endpoint (#2460)
    • efd47b72a - feat: Add variants per env (#2471)
    • a165eb191 - add back removed permissions and eventType from module exports (#2476)
    • 39e964322 - chore(deps): update dependency msw to v0.49.0 (#2480)
    • 1c5dfe9a9 - chore(deps): update dependency jsdom to v20.0.3 (#2483)
    • d0cecf37f - chore(deps): update dependency @swc/core to v1.3.19 (#2482)
    • f5c1d472b - chore(deps): update dependency eslint to v8.28.0 (#2479)
    • 1aad6fca4 - chore(deps): update dependency vite-tsconfig-paths to v3.6.0 (#2481)
    • d9cf6a377 - chore(deps): update dependency @uiw/react-codemirror to v4.15.1 (#2469)
    • e9b072050 - chore(deps): update dpage/pgadmin4 docker tag to v6.16 (#2475)
    • 65ba1bf4e - docs: Update Unleash proxy illustration (#2477)
    • 93bd9d869 - Variants per environment (frontend) (#2453)
    • 31dc31fdf - Docs: Updated personal access tokens for accuracy (#2459)
    • ef693d4c1 - 4.18.0-beta.9
    • 50f974696 - older safari does not support gap (#2470)
    • cd9627ef0 - Virtualize users table (#2429)
    • ac65778cf - separate protected and unprotected routes (#2466)
    • 51ccf6536 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.15.1 (#2468)
    • 865cfeaf9 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.15.0 (#2461)
    • f46be4439 - chore(deps): update dependency @uiw/react-codemirror to v4.15.0 (#2457)
    • d1f657bf0 - fix(deps): update dependency docusaurus-theme-openapi-docs to v1.4.5 (#2370)
    • 1b901bb6c - chore(deps): update dependency chartjs-adapter-date-fns to v2.0.1 (#2454)
    • c9c5cf536 - conditional message for change request strategy form (#2465)
    • 42eadef8d - Custom roles redesign (#2439)
    • 8e1fc7322 - fix: flaky test on number of projects statistic (#2463)
    • e9fa156ae - fix: tags highlight case sensitivity (#2462)
    • dc08f1dad - fix: broken UI after import (#2447)
    • 726ede5cb - Define exports for enterprise (#2435)
    • 0ba00cc7f - 4.18.0-beta.8
    • 9176ffae1 - Change requests - add multiple reviewers (#2448)
    • f2dde9d63 - stop making enterprise calls in oss (#2449)
    • 6cd61466f - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.14.0 (#2456)
    • bffea7dcb - fix(deps): update dependency docusaurus-plugin-openapi-docs to v1.4.5 (#2369)
    • 538bbe710 - fix: make the tags column have a fixed width (#2451)
    • e25a108ea - add comment with current user avatar (#2452)
    • 978674e33 - feat: update strategy segments with edit / create strategy (#2420)
    • 51ad23955 - first draft of the comments ui (#2440)
    • 8dac08c5a - chore(deps): update dependency @swc/core to v1.3.18 (#2445)
    • 48c340585 - Copy strategy bug fix (#2444)
    • 5761aabb7 - chore(deps): update dependency msw to v0.48.3 (#2443)
    • e29b7d673 - chore(deps): update material-ui monorepo (#2432)
    • 3638f0d09 - chore(deps): update dependency @codemirror/state to v6.1.4 (#2441)
    • c1abac2a1 - chore(deps): update dependency vite to v3.2.4 (#2437)
    • 3628258db - chore(deps): update dependency @swc/core to v1.3.17 (#2431)
    • 99fd4e831 - 4.18.0-beta.7
    • 3ef0ca580 - Remove change request api protection (#2434)
    • e32b6ad57 - fix: update text in environments (#2433)
    • 1ddc46011 - Feature toggles: Filtering by tags (#2396)
    • b891d1ec4 - 4.18.0-beta.6
    • a19131395 - refactor: remove public signup link feature flag (#2423)
    • 8b057a146 - Show conflicts in change requests (#2389)
    • 89f2d8125 - fix: copy strategy change request (#2430)
    • 49fc31883 - change request help popover (#2388)
    • 4f65ad555 - Changeset comments schema (#2425)
    • ca328d6bc - chore(deps): update dependency @types/jest to v29.2.3 (#2427)
    • 8da1b5628 - chore(deps): update dependency vitest to v0.25.2 (#2421)
    • b5f969cc4 - chore(deps): update dependency copy-to-clipboard to v3.3.3 (#2413)
    • 131ebb931 - Permission guards in existing endpoints interacting with feature toggle configuration (#2418)
    • 3624cdc21 - docs: move sso how to guides to the how-to folder (#2323)
    • 900c50b8c - fix: remove uneccesary code (#2417)
    • 4689705f4 - feat: update hook to use change request settings (#2406)
    • a425bcb3b - feat: upload main branch builds to cdn (#2415)
    • 309ba68a3 - Update import-export.md
    • bd686eb24 - fix: improve drag behaviour when using handle (#2407)
    • 29da62519 - chore: update docusaurus/openapi integration to stable version (#2414)
    • d04b41fce - chore(deps): update dependency @swc/core to v1.3.16 (#2412)
    • e378e0864 - chore(deps): update dependency msw to v0.48.2 (#2411)
    • e33c9728d - chore(deps): update dependency @swc/core to v1.3.15 (#2410)
    • ca2c96de5 - chore(deps): update dependency @babel/core to v7.20.2 (#2371)
    • 5988148e1 - fix(deps): update dependency docusaurus-theme-openapi-docs to v0.0.0-514 (#2409)
    • 167ad82a4 - chore(deps): update react-router monorepo to v6.4.3 (#2368)
    • e924d9da5 - fix(deps): update dependency docusaurus-plugin-openapi-docs to v0.0.0-514 (#2408)
    • 0cd04fc88 - chore: fix broken docs build / remove unused tag files (#2402)
    • 47f991830 - chore(deps): update dependency @codemirror/state to v6.1.3 (#2394)
    • 6ba30a0e3 - Merge branch 'main' of https://github.com/Unleash/unleash
    • a01fab5ff - 4.18.0-beta.5
    • 89e5043f3 - fix: add discard actions (#2405)
    • c57baeb35 - integrate change request settings be (#2403)
    • 70e020ffe - fix: project access table (#2404)
    • 2fa154a3e - Update environments (#2339)
    • b9db7952f - feat: add permission buttons for change requests (#2392)
    • 74c518915 - Feat/add change request settings (#2390)
    • 665638b9d - fix: Fix broken OpenAPI (#2379)
    • 3f78bc93d - chore(deps): update material-ui monorepo (#2269)
    • 7207f1b57 - chore(deps): update dependency minimatch to v5 (#2400)
    • 27eac4bc7 - fix(deps): update dependency json-schema-to-ts to v2.6.0 (#2397)
    • 64bda7cfd - chore(deps): update typescript-eslint monorepo to v5.42.1 (#2395)
    • fb8136688 - chore(deps): update dependency @uiw/react-codemirror to v4.13.2 (#2393)
    • 6641e11ac - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.2 (#2391)
    • e5c72ee75 - chore(deps): update dependency sass to v1.56.1 (#2376)
    • 96d995f3f - chore(deps): update dependency @uiw/react-codemirror to v4.13.0 (#2373)
    • 79806840e - Update index.md (#2383)
    • cbfeedf48 - chore(deps): update node.js to v14.21.1 (#2385)
    • 0bb5a3d07 - chore(deps): update dependency vitest to v0.25.1 (#2384)
    • fc2a9d820 - chore(deps): bump loader-utils from 1.4.0 to 1.4.1 in /website (#2353)
    • 7bc4d1fff - 4.18.0-beta.4
    • e5a5d7ded - Fix async issue (#2387)
    • b1af0b224 - 4.18.0-beta.3
    • 076ce027e - Extract gravatar URL fn (#2386)
    • 029bb2453 - 4.18.0-beta.2
    • ac78c8f73 - Feat/change request permissions (#2382)
    • 45ee13503 - feat: project change request page frontend (#2361)
    • 0649262c7 - chore(deps): update dependency eslint to v8.27.0 (#2374)
    • 81ff55286 - chore(deps): update dependency msw to v0.48.1 (#2375)
    • 1312579bf - fix: upgrade @types/node to v16.18.3 (#2365)
    • 5dd319e41 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.0 (#2372)
    • f71f9179a - chore(deps): update dependency babel-loader to v9 (#2293)
    • 0daf3e53d - chore(deps): update lycheeverse/lychee-action action to v1.5.4 (#2367)
    • 038bf4fa6 - chore(deps): update jest monorepo (#2366)
    • e9501d3f8 - chore(deps): update dependency vite to v3.2.3 (#2364)
    • a658693f2 - Docs: Impression events only fire on enabled front-end toggles (#2153)
    • 794ed681e - fix(deps): update dependency helmet to v6 (#2295)
    • 8999d852b - fix(deps): update dependency make-fetch-happen to v11 (#2296)
    • 24d2bbcf9 - chore(deps): update dependency @types/jest to v29 (#1529)
    • 2fb548f4c - chore(deps): update metcalfc/changelog-generator action to v4 (#2294)
    • 325cd34c0 - fix: remove 'fixHourMetrics' flag
    • 0c2a67f1d - chore(deps): update dependency openapi-enforcer to v1.22.1 (#2362)
    • 670b97ded - fix: set suggested min value to 0 (#2363)
    • 343e561bc - chore(deps): update dependency jsdom to v20.0.2 (#2355)
    • b9f55a3fb - fix sidebar width (#2359)
    • b61dbbd71 - fix: remove lexical illusion in playground guidance (#2360)
    • 47a617c78 - Add changeRequestEnabled to project and project_environments (#2357)
    • ff11f30e1 - Change request approvers displaying in UI (#2358)
    • f316e99dc - Authorization header webhook (#2356)
    • 29524ab42 - 4.18.0-beta.1
    • 5e14e80ae - Change request approvals table (#2347)
    • d998f4c67 - feat: suggest strategy from template (#2340)
    • 907cce9c8 - chore(deps): update dependency husky to v8.0.2 (#2354)
    • aed48c0ee - chore(deps): update dependency @swc/core to v1.3.14 (#2352)
    • aa9aa6fb4 - styling change request sidebar (#2350)
    • 5b3d95cc3 - If baseUriPath is set format it, but if it's not, don't override default with empty string (#2118)
    • d5e33ab1f - Fix(export API): accept true and false as param values (#2349)
    • 75c3fcd17 - docs: update export/import examples (#2348)
    • f5fb7b66d - Fix: validate that the project is correct when getting feature by project (#2344)
    • 88a9e0cb9 - feat: stateful banner (#2346)
    • b086f7fd5 - 4.17.2
    • 4574c9f90 - Fix/embedded proxy memory leak (#2345)
    • f76ac0edb - Fix/embedded proxy memory leak (#2345)
    • f624f4498 - 4.17.1
    • c6f906159 - feat: env check in change requests (#2336)
    • 377a99753 - fix: merge order for UI config
    • bf521b58f - fix: merge order for UI config
    • 302cb176c - 4.17.0
    • cb45aecda - fix: clone environment creating token everytime (#2335)
    • 9577a8152 - fix: clone environment creating token everytime (#2335)
    • 065833e5d - feat: display change details (#2327)
    • 4b281d951 - Change request - edit strategy (#2334)
    • d2000f284 - feat: request change - add strategy (#2330)
    • c1e0bd83b - Frontend - Suggest change copy strategy (#2312)
    • 587c02258 - 4.17.0-beta.13
    • a267f13a7 - 4.18.0-beta.0
    • 102713eec - Remove uniqueness from change requests merging (#2332)
    • fae7de0d5 - refactor: hook for change requests (#2331)
    • 47cc16802 - Fix: Conditionally hide Change Requests tab (#2329)
    • 1061991eb - fix: generate all hour buckets if missing (#2319)
    • 2d2d6f268 - fix: generate all hour buckets if missing (#2319)
    • 46076fcbc - Fix: Conditionally hide Change Requests tab (#2329)
    • f0a929044 - Change request API draft to open (#2320)
    • 2cb763145 - 4.17.0-beta.12
    Source code(tar.gz)
    Source code(zip)
  • v4.18.0-beta.12(Nov 29, 2022)

    • 87211dd22 - 4.18.0-beta.12
    • e97922d06 - store min approvals as part of change request creation (#2548)
    • fc9cad12e - fix: addon parameter validation on empty strings (#2547)
    • 4518ed664 - Fix plan upgrade tooltip (#2549)
    • ad7c13999 - fix: add ADR for domain language (#2541)
    • 1c5b96fca - chore(deps): update dependency @babel/core to v7.20.5 (#2551)
    • f9cc36522 - chore(deps): update dependency @types/make-fetch-happen to v10.0.1 (#2539)
    • a992aca22 - Feat/add pro feature icon to oss projects (#2544)
    • b8012a5ad - Client-side SDK access tokens info (#2485)
    • 0943ff8f4 - Fix OOM with eslint in migrations (#2545)
    • 1eb0116e1 - Fix/last viewed project (#2530)
    • 1fec43947 - add feature flag: network view (#2543)
    • e7225dd29 - Fix test assumption (#2540)
    • 1ecbc32e1 - task: Make operations on the API Token store auditable. (#2531)
    • b5e1c72cc - chore(deps): update dependency @swc/core to v1.3.20 (#2536)
    • 2afadf31b - 4.18.0-beta.11
    • 68162c2b6 - make approvals unique (#2534)
    • ad19779b4 - chore(deps): update dependency superagent to v8.0.4 (#2535)
    • a2c50c622 - chore(deps): update dependency lint-staged to v13.0.4 (#2532)
    • a3957f8c9 - disable change request overview actions when CR are disabled (#2527)
    • 5d52216d5 - fix: adds cors caching (#2522)
    • d63f5d9a4 - fix: add project move warning when change requests exists with the fe… (#2526)
    • 3f881caa3 - fix: feature overview env count should only count enabled (#2521)
    • 492950e0a - Use project id for last viewed project (#2523)
    • 21d67abd6 - readme: Update online demo image (#2528)
    • e80980646 - log widths should be equal size (#2524)
    • 094e80e4f - changes count (#2515)
    • da59354bb - Change fetcher in OSS chang (#2518)
    • 6e2351ede - chore(deps): update dependency enhanced-resolve to v5.12.0 (#2517)
    • 4e28aef55 - react exhaustive check fix (#2513)
    • 35d9a62d8 - Soft landing page on projects or last viewed project (#2499)
    • 0897180af - fix: resolve an issue where cloning a feature toggle with a segment (#2511)
    • 9fee0bb26 - cancel changes (#2510)
    • f9726fdee - add tokens last seen feature flag (#2512)
    • e439e4609 - fix: change domain vocabulary (#2503)
    • bf13009a0 - Docs: update unleash proxy API img (#2478)
    • 98a9a770d - hide discard button (#2506)
    • f87feb9b8 - chore(deps): update material-ui monorepo (#2494)
    • 273230c35 - 4.17.3
    • c54268be3 - fix: broken UI after import (#2447)
    • b071de674 - Add possibility to soft delete users (#2497)
    • 9bf3e09d5 - fix: improve UI, simplify code (#2505)
    • 543f07104 - chore(deps): update dependency enhanced-resolve to v5.11.0 (#2507)
    • 51deb9b94 - chore(deps): update dependency vitest to v0.25.3 (#2500)
    • c67e44385 - misc fixes related to loading, font-size, alignment (#2504)
    • 4d5c12dbf - Feature overview sidepanel UI improvements (#2502)
    • 801df6953 - fix: force clone feature to correctly copy variant environments (#2498)
    • 27cb6b742 - fix cr banner (#2501)
    • 4aff5ad37 - 4.18.0-beta.10
    • a19cd9f2a - fix: Pagination of event log (#2495)
    • 8af64e937 - add events and expose them for webhooks (#2493)
    • 9f4b34367 - fix: secondary button should say "cancel" instead of "close" (#2496)
    • a53d97026 - feat: add badges to modified strategies (#2492)
    • 2a4ca96da - Permission for variant environments (#2490)
    • 137d2caaa - feat: add details section to overview sidepanel (#2489)
    • ac16e7e3b - feat: add tags to the new feature overview sidepanel (#2488)
    • d5fbd0b74 - refactor: move docs into new structure / fix links for SEO (#2416)
    • f937e8027 - fix: Updated event to include project (#2491)
    • 3dca3d53f - feat: improved feature overview sidepanel env toggles (#2487)
    • 97372cf48 - fix: flaky tests on segments order (#2472)
    • b39f6a2f0 - disable approvers select when no access (#2486)
    • 6e5b21447 - implement proxy all endpoint (#2460)
    • efd47b72a - feat: Add variants per env (#2471)
    • a165eb191 - add back removed permissions and eventType from module exports (#2476)
    • 39e964322 - chore(deps): update dependency msw to v0.49.0 (#2480)
    • 1c5dfe9a9 - chore(deps): update dependency jsdom to v20.0.3 (#2483)
    • d0cecf37f - chore(deps): update dependency @swc/core to v1.3.19 (#2482)
    • f5c1d472b - chore(deps): update dependency eslint to v8.28.0 (#2479)
    • 1aad6fca4 - chore(deps): update dependency vite-tsconfig-paths to v3.6.0 (#2481)
    • d9cf6a377 - chore(deps): update dependency @uiw/react-codemirror to v4.15.1 (#2469)
    • e9b072050 - chore(deps): update dpage/pgadmin4 docker tag to v6.16 (#2475)
    • 65ba1bf4e - docs: Update Unleash proxy illustration (#2477)
    • 93bd9d869 - Variants per environment (frontend) (#2453)
    • 31dc31fdf - Docs: Updated personal access tokens for accuracy (#2459)
    • ef693d4c1 - 4.18.0-beta.9
    • 50f974696 - older safari does not support gap (#2470)
    • cd9627ef0 - Virtualize users table (#2429)
    • ac65778cf - separate protected and unprotected routes (#2466)
    • 51ccf6536 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.15.1 (#2468)
    • 865cfeaf9 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.15.0 (#2461)
    • f46be4439 - chore(deps): update dependency @uiw/react-codemirror to v4.15.0 (#2457)
    • d1f657bf0 - fix(deps): update dependency docusaurus-theme-openapi-docs to v1.4.5 (#2370)
    • 1b901bb6c - chore(deps): update dependency chartjs-adapter-date-fns to v2.0.1 (#2454)
    • c9c5cf536 - conditional message for change request strategy form (#2465)
    • 42eadef8d - Custom roles redesign (#2439)
    • 8e1fc7322 - fix: flaky test on number of projects statistic (#2463)
    • e9fa156ae - fix: tags highlight case sensitivity (#2462)
    • dc08f1dad - fix: broken UI after import (#2447)
    • 726ede5cb - Define exports for enterprise (#2435)
    • 0ba00cc7f - 4.18.0-beta.8
    • 9176ffae1 - Change requests - add multiple reviewers (#2448)
    • f2dde9d63 - stop making enterprise calls in oss (#2449)
    • 6cd61466f - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.14.0 (#2456)
    • bffea7dcb - fix(deps): update dependency docusaurus-plugin-openapi-docs to v1.4.5 (#2369)
    • 538bbe710 - fix: make the tags column have a fixed width (#2451)
    • e25a108ea - add comment with current user avatar (#2452)
    • 978674e33 - feat: update strategy segments with edit / create strategy (#2420)
    • 51ad23955 - first draft of the comments ui (#2440)
    • 8dac08c5a - chore(deps): update dependency @swc/core to v1.3.18 (#2445)
    • 48c340585 - Copy strategy bug fix (#2444)
    • 5761aabb7 - chore(deps): update dependency msw to v0.48.3 (#2443)
    • e29b7d673 - chore(deps): update material-ui monorepo (#2432)
    • 3638f0d09 - chore(deps): update dependency @codemirror/state to v6.1.4 (#2441)
    • c1abac2a1 - chore(deps): update dependency vite to v3.2.4 (#2437)
    • 3628258db - chore(deps): update dependency @swc/core to v1.3.17 (#2431)
    • 99fd4e831 - 4.18.0-beta.7
    • 3ef0ca580 - Remove change request api protection (#2434)
    • e32b6ad57 - fix: update text in environments (#2433)
    • 1ddc46011 - Feature toggles: Filtering by tags (#2396)
    • b891d1ec4 - 4.18.0-beta.6
    • a19131395 - refactor: remove public signup link feature flag (#2423)
    • 8b057a146 - Show conflicts in change requests (#2389)
    • 89f2d8125 - fix: copy strategy change request (#2430)
    • 49fc31883 - change request help popover (#2388)
    • 4f65ad555 - Changeset comments schema (#2425)
    • ca328d6bc - chore(deps): update dependency @types/jest to v29.2.3 (#2427)
    • 8da1b5628 - chore(deps): update dependency vitest to v0.25.2 (#2421)
    • b5f969cc4 - chore(deps): update dependency copy-to-clipboard to v3.3.3 (#2413)
    • 131ebb931 - Permission guards in existing endpoints interacting with feature toggle configuration (#2418)
    • 3624cdc21 - docs: move sso how to guides to the how-to folder (#2323)
    • 900c50b8c - fix: remove uneccesary code (#2417)
    • 4689705f4 - feat: update hook to use change request settings (#2406)
    • a425bcb3b - feat: upload main branch builds to cdn (#2415)
    • 309ba68a3 - Update import-export.md
    • bd686eb24 - fix: improve drag behaviour when using handle (#2407)
    • 29da62519 - chore: update docusaurus/openapi integration to stable version (#2414)
    • d04b41fce - chore(deps): update dependency @swc/core to v1.3.16 (#2412)
    • e378e0864 - chore(deps): update dependency msw to v0.48.2 (#2411)
    • e33c9728d - chore(deps): update dependency @swc/core to v1.3.15 (#2410)
    • ca2c96de5 - chore(deps): update dependency @babel/core to v7.20.2 (#2371)
    • 5988148e1 - fix(deps): update dependency docusaurus-theme-openapi-docs to v0.0.0-514 (#2409)
    • 167ad82a4 - chore(deps): update react-router monorepo to v6.4.3 (#2368)
    • e924d9da5 - fix(deps): update dependency docusaurus-plugin-openapi-docs to v0.0.0-514 (#2408)
    • 0cd04fc88 - chore: fix broken docs build / remove unused tag files (#2402)
    • 47f991830 - chore(deps): update dependency @codemirror/state to v6.1.3 (#2394)
    • 6ba30a0e3 - Merge branch 'main' of https://github.com/Unleash/unleash
    • a01fab5ff - 4.18.0-beta.5
    • 89e5043f3 - fix: add discard actions (#2405)
    • c57baeb35 - integrate change request settings be (#2403)
    • 70e020ffe - fix: project access table (#2404)
    • 2fa154a3e - Update environments (#2339)
    • b9db7952f - feat: add permission buttons for change requests (#2392)
    • 74c518915 - Feat/add change request settings (#2390)
    • 665638b9d - fix: Fix broken OpenAPI (#2379)
    • 3f78bc93d - chore(deps): update material-ui monorepo (#2269)
    • 7207f1b57 - chore(deps): update dependency minimatch to v5 (#2400)
    • 27eac4bc7 - fix(deps): update dependency json-schema-to-ts to v2.6.0 (#2397)
    • 64bda7cfd - chore(deps): update typescript-eslint monorepo to v5.42.1 (#2395)
    • fb8136688 - chore(deps): update dependency @uiw/react-codemirror to v4.13.2 (#2393)
    • 6641e11ac - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.2 (#2391)
    • e5c72ee75 - chore(deps): update dependency sass to v1.56.1 (#2376)
    • 96d995f3f - chore(deps): update dependency @uiw/react-codemirror to v4.13.0 (#2373)
    • 79806840e - Update index.md (#2383)
    • cbfeedf48 - chore(deps): update node.js to v14.21.1 (#2385)
    • 0bb5a3d07 - chore(deps): update dependency vitest to v0.25.1 (#2384)
    • fc2a9d820 - chore(deps): bump loader-utils from 1.4.0 to 1.4.1 in /website (#2353)
    • 7bc4d1fff - 4.18.0-beta.4
    • e5a5d7ded - Fix async issue (#2387)
    • b1af0b224 - 4.18.0-beta.3
    • 076ce027e - Extract gravatar URL fn (#2386)
    • 029bb2453 - 4.18.0-beta.2
    • ac78c8f73 - Feat/change request permissions (#2382)
    • 45ee13503 - feat: project change request page frontend (#2361)
    • 0649262c7 - chore(deps): update dependency eslint to v8.27.0 (#2374)
    • 81ff55286 - chore(deps): update dependency msw to v0.48.1 (#2375)
    • 1312579bf - fix: upgrade @types/node to v16.18.3 (#2365)
    • 5dd319e41 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.0 (#2372)
    • f71f9179a - chore(deps): update dependency babel-loader to v9 (#2293)
    • 0daf3e53d - chore(deps): update lycheeverse/lychee-action action to v1.5.4 (#2367)
    • 038bf4fa6 - chore(deps): update jest monorepo (#2366)
    • e9501d3f8 - chore(deps): update dependency vite to v3.2.3 (#2364)
    • a658693f2 - Docs: Impression events only fire on enabled front-end toggles (#2153)
    • 794ed681e - fix(deps): update dependency helmet to v6 (#2295)
    • 8999d852b - fix(deps): update dependency make-fetch-happen to v11 (#2296)
    • 24d2bbcf9 - chore(deps): update dependency @types/jest to v29 (#1529)
    • 2fb548f4c - chore(deps): update metcalfc/changelog-generator action to v4 (#2294)
    • 325cd34c0 - fix: remove 'fixHourMetrics' flag
    • 0c2a67f1d - chore(deps): update dependency openapi-enforcer to v1.22.1 (#2362)
    • 670b97ded - fix: set suggested min value to 0 (#2363)
    • 343e561bc - chore(deps): update dependency jsdom to v20.0.2 (#2355)
    • b9f55a3fb - fix sidebar width (#2359)
    • b61dbbd71 - fix: remove lexical illusion in playground guidance (#2360)
    • 47a617c78 - Add changeRequestEnabled to project and project_environments (#2357)
    • ff11f30e1 - Change request approvers displaying in UI (#2358)
    • f316e99dc - Authorization header webhook (#2356)
    • 29524ab42 - 4.18.0-beta.1
    • 5e14e80ae - Change request approvals table (#2347)
    • d998f4c67 - feat: suggest strategy from template (#2340)
    • 907cce9c8 - chore(deps): update dependency husky to v8.0.2 (#2354)
    • aed48c0ee - chore(deps): update dependency @swc/core to v1.3.14 (#2352)
    • aa9aa6fb4 - styling change request sidebar (#2350)
    • 5b3d95cc3 - If baseUriPath is set format it, but if it's not, don't override default with empty string (#2118)
    • d5e33ab1f - Fix(export API): accept true and false as param values (#2349)
    • 75c3fcd17 - docs: update export/import examples (#2348)
    • f5fb7b66d - Fix: validate that the project is correct when getting feature by project (#2344)
    • 88a9e0cb9 - feat: stateful banner (#2346)
    • b086f7fd5 - 4.17.2
    • 4574c9f90 - Fix/embedded proxy memory leak (#2345)
    • f76ac0edb - Fix/embedded proxy memory leak (#2345)
    • f624f4498 - 4.17.1
    • c6f906159 - feat: env check in change requests (#2336)
    • 377a99753 - fix: merge order for UI config
    • bf521b58f - fix: merge order for UI config
    • 302cb176c - 4.17.0
    • cb45aecda - fix: clone environment creating token everytime (#2335)
    • 9577a8152 - fix: clone environment creating token everytime (#2335)
    • 065833e5d - feat: display change details (#2327)
    • 4b281d951 - Change request - edit strategy (#2334)
    • d2000f284 - feat: request change - add strategy (#2330)
    • c1e0bd83b - Frontend - Suggest change copy strategy (#2312)
    • 587c02258 - 4.17.0-beta.13
    • a267f13a7 - 4.18.0-beta.0
    • 102713eec - Remove uniqueness from change requests merging (#2332)
    • fae7de0d5 - refactor: hook for change requests (#2331)
    • 47cc16802 - Fix: Conditionally hide Change Requests tab (#2329)
    • 1061991eb - fix: generate all hour buckets if missing (#2319)
    • 2d2d6f268 - fix: generate all hour buckets if missing (#2319)
    • 46076fcbc - Fix: Conditionally hide Change Requests tab (#2329)
    • f0a929044 - Change request API draft to open (#2320)
    • 2cb763145 - 4.17.0-beta.12
    Source code(tar.gz)
    Source code(zip)
  • v4.18.0-beta.11(Nov 28, 2022)

    • 2afadf31b - 4.18.0-beta.11
    • 68162c2b6 - make approvals unique (#2534)
    • ad19779b4 - chore(deps): update dependency superagent to v8.0.4 (#2535)
    • a2c50c622 - chore(deps): update dependency lint-staged to v13.0.4 (#2532)
    • a3957f8c9 - disable change request overview actions when CR are disabled (#2527)
    • 5d52216d5 - fix: adds cors caching (#2522)
    • d63f5d9a4 - fix: add project move warning when change requests exists with the fe… (#2526)
    • 3f881caa3 - fix: feature overview env count should only count enabled (#2521)
    • 492950e0a - Use project id for last viewed project (#2523)
    • 21d67abd6 - readme: Update online demo image (#2528)
    • e80980646 - log widths should be equal size (#2524)
    • 094e80e4f - changes count (#2515)
    • da59354bb - Change fetcher in OSS chang (#2518)
    • 6e2351ede - chore(deps): update dependency enhanced-resolve to v5.12.0 (#2517)
    • 4e28aef55 - react exhaustive check fix (#2513)
    • 35d9a62d8 - Soft landing page on projects or last viewed project (#2499)
    • 0897180af - fix: resolve an issue where cloning a feature toggle with a segment (#2511)
    • 9fee0bb26 - cancel changes (#2510)
    • f9726fdee - add tokens last seen feature flag (#2512)
    • e439e4609 - fix: change domain vocabulary (#2503)
    • bf13009a0 - Docs: update unleash proxy API img (#2478)
    • 98a9a770d - hide discard button (#2506)
    • f87feb9b8 - chore(deps): update material-ui monorepo (#2494)
    • 273230c35 - 4.17.3
    • c54268be3 - fix: broken UI after import (#2447)
    • b071de674 - Add possibility to soft delete users (#2497)
    • 9bf3e09d5 - fix: improve UI, simplify code (#2505)
    • 543f07104 - chore(deps): update dependency enhanced-resolve to v5.11.0 (#2507)
    • 51deb9b94 - chore(deps): update dependency vitest to v0.25.3 (#2500)
    • c67e44385 - misc fixes related to loading, font-size, alignment (#2504)
    • 4d5c12dbf - Feature overview sidepanel UI improvements (#2502)
    • 801df6953 - fix: force clone feature to correctly copy variant environments (#2498)
    • 27cb6b742 - fix cr banner (#2501)
    • 4aff5ad37 - 4.18.0-beta.10
    • a19cd9f2a - fix: Pagination of event log (#2495)
    • 8af64e937 - add events and expose them for webhooks (#2493)
    • 9f4b34367 - fix: secondary button should say "cancel" instead of "close" (#2496)
    • a53d97026 - feat: add badges to modified strategies (#2492)
    • 2a4ca96da - Permission for variant environments (#2490)
    • 137d2caaa - feat: add details section to overview sidepanel (#2489)
    • ac16e7e3b - feat: add tags to the new feature overview sidepanel (#2488)
    • d5fbd0b74 - refactor: move docs into new structure / fix links for SEO (#2416)
    • f937e8027 - fix: Updated event to include project (#2491)
    • 3dca3d53f - feat: improved feature overview sidepanel env toggles (#2487)
    • 97372cf48 - fix: flaky tests on segments order (#2472)
    • b39f6a2f0 - disable approvers select when no access (#2486)
    • 6e5b21447 - implement proxy all endpoint (#2460)
    • efd47b72a - feat: Add variants per env (#2471)
    • a165eb191 - add back removed permissions and eventType from module exports (#2476)
    • 39e964322 - chore(deps): update dependency msw to v0.49.0 (#2480)
    • 1c5dfe9a9 - chore(deps): update dependency jsdom to v20.0.3 (#2483)
    • d0cecf37f - chore(deps): update dependency @swc/core to v1.3.19 (#2482)
    • f5c1d472b - chore(deps): update dependency eslint to v8.28.0 (#2479)
    • 1aad6fca4 - chore(deps): update dependency vite-tsconfig-paths to v3.6.0 (#2481)
    • d9cf6a377 - chore(deps): update dependency @uiw/react-codemirror to v4.15.1 (#2469)
    • e9b072050 - chore(deps): update dpage/pgadmin4 docker tag to v6.16 (#2475)
    • 65ba1bf4e - docs: Update Unleash proxy illustration (#2477)
    • 93bd9d869 - Variants per environment (frontend) (#2453)
    • 31dc31fdf - Docs: Updated personal access tokens for accuracy (#2459)
    • ef693d4c1 - 4.18.0-beta.9
    • 50f974696 - older safari does not support gap (#2470)
    • cd9627ef0 - Virtualize users table (#2429)
    • ac65778cf - separate protected and unprotected routes (#2466)
    • 51ccf6536 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.15.1 (#2468)
    • 865cfeaf9 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.15.0 (#2461)
    • f46be4439 - chore(deps): update dependency @uiw/react-codemirror to v4.15.0 (#2457)
    • d1f657bf0 - fix(deps): update dependency docusaurus-theme-openapi-docs to v1.4.5 (#2370)
    • 1b901bb6c - chore(deps): update dependency chartjs-adapter-date-fns to v2.0.1 (#2454)
    • c9c5cf536 - conditional message for change request strategy form (#2465)
    • 42eadef8d - Custom roles redesign (#2439)
    • 8e1fc7322 - fix: flaky test on number of projects statistic (#2463)
    • e9fa156ae - fix: tags highlight case sensitivity (#2462)
    • dc08f1dad - fix: broken UI after import (#2447)
    • 726ede5cb - Define exports for enterprise (#2435)
    • 0ba00cc7f - 4.18.0-beta.8
    • 9176ffae1 - Change requests - add multiple reviewers (#2448)
    • f2dde9d63 - stop making enterprise calls in oss (#2449)
    • 6cd61466f - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.14.0 (#2456)
    • bffea7dcb - fix(deps): update dependency docusaurus-plugin-openapi-docs to v1.4.5 (#2369)
    • 538bbe710 - fix: make the tags column have a fixed width (#2451)
    • e25a108ea - add comment with current user avatar (#2452)
    • 978674e33 - feat: update strategy segments with edit / create strategy (#2420)
    • 51ad23955 - first draft of the comments ui (#2440)
    • 8dac08c5a - chore(deps): update dependency @swc/core to v1.3.18 (#2445)
    • 48c340585 - Copy strategy bug fix (#2444)
    • 5761aabb7 - chore(deps): update dependency msw to v0.48.3 (#2443)
    • e29b7d673 - chore(deps): update material-ui monorepo (#2432)
    • 3638f0d09 - chore(deps): update dependency @codemirror/state to v6.1.4 (#2441)
    • c1abac2a1 - chore(deps): update dependency vite to v3.2.4 (#2437)
    • 3628258db - chore(deps): update dependency @swc/core to v1.3.17 (#2431)
    • 99fd4e831 - 4.18.0-beta.7
    • 3ef0ca580 - Remove change request api protection (#2434)
    • e32b6ad57 - fix: update text in environments (#2433)
    • 1ddc46011 - Feature toggles: Filtering by tags (#2396)
    • b891d1ec4 - 4.18.0-beta.6
    • a19131395 - refactor: remove public signup link feature flag (#2423)
    • 8b057a146 - Show conflicts in change requests (#2389)
    • 89f2d8125 - fix: copy strategy change request (#2430)
    • 49fc31883 - change request help popover (#2388)
    • 4f65ad555 - Changeset comments schema (#2425)
    • ca328d6bc - chore(deps): update dependency @types/jest to v29.2.3 (#2427)
    • 8da1b5628 - chore(deps): update dependency vitest to v0.25.2 (#2421)
    • b5f969cc4 - chore(deps): update dependency copy-to-clipboard to v3.3.3 (#2413)
    • 131ebb931 - Permission guards in existing endpoints interacting with feature toggle configuration (#2418)
    • 3624cdc21 - docs: move sso how to guides to the how-to folder (#2323)
    • 900c50b8c - fix: remove uneccesary code (#2417)
    • 4689705f4 - feat: update hook to use change request settings (#2406)
    • a425bcb3b - feat: upload main branch builds to cdn (#2415)
    • 309ba68a3 - Update import-export.md
    • bd686eb24 - fix: improve drag behaviour when using handle (#2407)
    • 29da62519 - chore: update docusaurus/openapi integration to stable version (#2414)
    • d04b41fce - chore(deps): update dependency @swc/core to v1.3.16 (#2412)
    • e378e0864 - chore(deps): update dependency msw to v0.48.2 (#2411)
    • e33c9728d - chore(deps): update dependency @swc/core to v1.3.15 (#2410)
    • ca2c96de5 - chore(deps): update dependency @babel/core to v7.20.2 (#2371)
    • 5988148e1 - fix(deps): update dependency docusaurus-theme-openapi-docs to v0.0.0-514 (#2409)
    • 167ad82a4 - chore(deps): update react-router monorepo to v6.4.3 (#2368)
    • e924d9da5 - fix(deps): update dependency docusaurus-plugin-openapi-docs to v0.0.0-514 (#2408)
    • 0cd04fc88 - chore: fix broken docs build / remove unused tag files (#2402)
    • 47f991830 - chore(deps): update dependency @codemirror/state to v6.1.3 (#2394)
    • 6ba30a0e3 - Merge branch 'main' of https://github.com/Unleash/unleash
    • a01fab5ff - 4.18.0-beta.5
    • 89e5043f3 - fix: add discard actions (#2405)
    • c57baeb35 - integrate change request settings be (#2403)
    • 70e020ffe - fix: project access table (#2404)
    • 2fa154a3e - Update environments (#2339)
    • b9db7952f - feat: add permission buttons for change requests (#2392)
    • 74c518915 - Feat/add change request settings (#2390)
    • 665638b9d - fix: Fix broken OpenAPI (#2379)
    • 3f78bc93d - chore(deps): update material-ui monorepo (#2269)
    • 7207f1b57 - chore(deps): update dependency minimatch to v5 (#2400)
    • 27eac4bc7 - fix(deps): update dependency json-schema-to-ts to v2.6.0 (#2397)
    • 64bda7cfd - chore(deps): update typescript-eslint monorepo to v5.42.1 (#2395)
    • fb8136688 - chore(deps): update dependency @uiw/react-codemirror to v4.13.2 (#2393)
    • 6641e11ac - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.2 (#2391)
    • e5c72ee75 - chore(deps): update dependency sass to v1.56.1 (#2376)
    • 96d995f3f - chore(deps): update dependency @uiw/react-codemirror to v4.13.0 (#2373)
    • 79806840e - Update index.md (#2383)
    • cbfeedf48 - chore(deps): update node.js to v14.21.1 (#2385)
    • 0bb5a3d07 - chore(deps): update dependency vitest to v0.25.1 (#2384)
    • fc2a9d820 - chore(deps): bump loader-utils from 1.4.0 to 1.4.1 in /website (#2353)
    • 7bc4d1fff - 4.18.0-beta.4
    • e5a5d7ded - Fix async issue (#2387)
    • b1af0b224 - 4.18.0-beta.3
    • 076ce027e - Extract gravatar URL fn (#2386)
    • 029bb2453 - 4.18.0-beta.2
    • ac78c8f73 - Feat/change request permissions (#2382)
    • 45ee13503 - feat: project change request page frontend (#2361)
    • 0649262c7 - chore(deps): update dependency eslint to v8.27.0 (#2374)
    • 81ff55286 - chore(deps): update dependency msw to v0.48.1 (#2375)
    • 1312579bf - fix: upgrade @types/node to v16.18.3 (#2365)
    • 5dd319e41 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.0 (#2372)
    • f71f9179a - chore(deps): update dependency babel-loader to v9 (#2293)
    • 0daf3e53d - chore(deps): update lycheeverse/lychee-action action to v1.5.4 (#2367)
    • 038bf4fa6 - chore(deps): update jest monorepo (#2366)
    • e9501d3f8 - chore(deps): update dependency vite to v3.2.3 (#2364)
    • a658693f2 - Docs: Impression events only fire on enabled front-end toggles (#2153)
    • 794ed681e - fix(deps): update dependency helmet to v6 (#2295)
    • 8999d852b - fix(deps): update dependency make-fetch-happen to v11 (#2296)
    • 24d2bbcf9 - chore(deps): update dependency @types/jest to v29 (#1529)
    • 2fb548f4c - chore(deps): update metcalfc/changelog-generator action to v4 (#2294)
    • 325cd34c0 - fix: remove 'fixHourMetrics' flag
    • 0c2a67f1d - chore(deps): update dependency openapi-enforcer to v1.22.1 (#2362)
    • 670b97ded - fix: set suggested min value to 0 (#2363)
    • 343e561bc - chore(deps): update dependency jsdom to v20.0.2 (#2355)
    • b9f55a3fb - fix sidebar width (#2359)
    • b61dbbd71 - fix: remove lexical illusion in playground guidance (#2360)
    • 47a617c78 - Add changeRequestEnabled to project and project_environments (#2357)
    • ff11f30e1 - Change request approvers displaying in UI (#2358)
    • f316e99dc - Authorization header webhook (#2356)
    • 29524ab42 - 4.18.0-beta.1
    • 5e14e80ae - Change request approvals table (#2347)
    • d998f4c67 - feat: suggest strategy from template (#2340)
    • 907cce9c8 - chore(deps): update dependency husky to v8.0.2 (#2354)
    • aed48c0ee - chore(deps): update dependency @swc/core to v1.3.14 (#2352)
    • aa9aa6fb4 - styling change request sidebar (#2350)
    • 5b3d95cc3 - If baseUriPath is set format it, but if it's not, don't override default with empty string (#2118)
    • d5e33ab1f - Fix(export API): accept true and false as param values (#2349)
    • 75c3fcd17 - docs: update export/import examples (#2348)
    • f5fb7b66d - Fix: validate that the project is correct when getting feature by project (#2344)
    • 88a9e0cb9 - feat: stateful banner (#2346)
    • b086f7fd5 - 4.17.2
    • 4574c9f90 - Fix/embedded proxy memory leak (#2345)
    • f76ac0edb - Fix/embedded proxy memory leak (#2345)
    • f624f4498 - 4.17.1
    • c6f906159 - feat: env check in change requests (#2336)
    • 377a99753 - fix: merge order for UI config
    • bf521b58f - fix: merge order for UI config
    • 302cb176c - 4.17.0
    • cb45aecda - fix: clone environment creating token everytime (#2335)
    • 9577a8152 - fix: clone environment creating token everytime (#2335)
    • 065833e5d - feat: display change details (#2327)
    • 4b281d951 - Change request - edit strategy (#2334)
    • d2000f284 - feat: request change - add strategy (#2330)
    • c1e0bd83b - Frontend - Suggest change copy strategy (#2312)
    • 587c02258 - 4.17.0-beta.13
    • a267f13a7 - 4.18.0-beta.0
    • 102713eec - Remove uniqueness from change requests merging (#2332)
    • fae7de0d5 - refactor: hook for change requests (#2331)
    • 47cc16802 - Fix: Conditionally hide Change Requests tab (#2329)
    • 1061991eb - fix: generate all hour buckets if missing (#2319)
    • 2d2d6f268 - fix: generate all hour buckets if missing (#2319)
    • 46076fcbc - Fix: Conditionally hide Change Requests tab (#2329)
    • f0a929044 - Change request API draft to open (#2320)
    • 2cb763145 - 4.17.0-beta.12
    Source code(tar.gz)
    Source code(zip)
  • v4.17.3(Nov 23, 2022)

  • v4.18.0-beta.10(Nov 22, 2022)

    • 4aff5ad37 - 4.18.0-beta.10
    • a19cd9f2a - fix: Pagination of event log (#2495)
    • 8af64e937 - add events and expose them for webhooks (#2493)
    • 9f4b34367 - fix: secondary button should say "cancel" instead of "close" (#2496)
    • a53d97026 - feat: add badges to modified strategies (#2492)
    • 2a4ca96da - Permission for variant environments (#2490)
    • 137d2caaa - feat: add details section to overview sidepanel (#2489)
    • ac16e7e3b - feat: add tags to the new feature overview sidepanel (#2488)
    • d5fbd0b74 - refactor: move docs into new structure / fix links for SEO (#2416)
    • f937e8027 - fix: Updated event to include project (#2491)
    • 3dca3d53f - feat: improved feature overview sidepanel env toggles (#2487)
    • 97372cf48 - fix: flaky tests on segments order (#2472)
    • b39f6a2f0 - disable approvers select when no access (#2486)
    • 6e5b21447 - implement proxy all endpoint (#2460)
    • efd47b72a - feat: Add variants per env (#2471)
    • a165eb191 - add back removed permissions and eventType from module exports (#2476)
    • 39e964322 - chore(deps): update dependency msw to v0.49.0 (#2480)
    • 1c5dfe9a9 - chore(deps): update dependency jsdom to v20.0.3 (#2483)
    • d0cecf37f - chore(deps): update dependency @swc/core to v1.3.19 (#2482)
    • f5c1d472b - chore(deps): update dependency eslint to v8.28.0 (#2479)
    • 1aad6fca4 - chore(deps): update dependency vite-tsconfig-paths to v3.6.0 (#2481)
    • d9cf6a377 - chore(deps): update dependency @uiw/react-codemirror to v4.15.1 (#2469)
    • e9b072050 - chore(deps): update dpage/pgadmin4 docker tag to v6.16 (#2475)
    • 65ba1bf4e - docs: Update Unleash proxy illustration (#2477)
    • 93bd9d869 - Variants per environment (frontend) (#2453)
    • 31dc31fdf - Docs: Updated personal access tokens for accuracy (#2459)
    • ef693d4c1 - 4.18.0-beta.9
    • 50f974696 - older safari does not support gap (#2470)
    • cd9627ef0 - Virtualize users table (#2429)
    • ac65778cf - separate protected and unprotected routes (#2466)
    • 51ccf6536 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.15.1 (#2468)
    • 865cfeaf9 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.15.0 (#2461)
    • f46be4439 - chore(deps): update dependency @uiw/react-codemirror to v4.15.0 (#2457)
    • d1f657bf0 - fix(deps): update dependency docusaurus-theme-openapi-docs to v1.4.5 (#2370)
    • 1b901bb6c - chore(deps): update dependency chartjs-adapter-date-fns to v2.0.1 (#2454)
    • c9c5cf536 - conditional message for change request strategy form (#2465)
    • 42eadef8d - Custom roles redesign (#2439)
    • 8e1fc7322 - fix: flaky test on number of projects statistic (#2463)
    • e9fa156ae - fix: tags highlight case sensitivity (#2462)
    • dc08f1dad - fix: broken UI after import (#2447)
    • 726ede5cb - Define exports for enterprise (#2435)
    • 0ba00cc7f - 4.18.0-beta.8
    • 9176ffae1 - Change requests - add multiple reviewers (#2448)
    • f2dde9d63 - stop making enterprise calls in oss (#2449)
    • 6cd61466f - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.14.0 (#2456)
    • bffea7dcb - fix(deps): update dependency docusaurus-plugin-openapi-docs to v1.4.5 (#2369)
    • 538bbe710 - fix: make the tags column have a fixed width (#2451)
    • e25a108ea - add comment with current user avatar (#2452)
    • 978674e33 - feat: update strategy segments with edit / create strategy (#2420)
    • 51ad23955 - first draft of the comments ui (#2440)
    • 8dac08c5a - chore(deps): update dependency @swc/core to v1.3.18 (#2445)
    • 48c340585 - Copy strategy bug fix (#2444)
    • 5761aabb7 - chore(deps): update dependency msw to v0.48.3 (#2443)
    • e29b7d673 - chore(deps): update material-ui monorepo (#2432)
    • 3638f0d09 - chore(deps): update dependency @codemirror/state to v6.1.4 (#2441)
    • c1abac2a1 - chore(deps): update dependency vite to v3.2.4 (#2437)
    • 3628258db - chore(deps): update dependency @swc/core to v1.3.17 (#2431)
    • 99fd4e831 - 4.18.0-beta.7
    • 3ef0ca580 - Remove change request api protection (#2434)
    • e32b6ad57 - fix: update text in environments (#2433)
    • 1ddc46011 - Feature toggles: Filtering by tags (#2396)
    • b891d1ec4 - 4.18.0-beta.6
    • a19131395 - refactor: remove public signup link feature flag (#2423)
    • 8b057a146 - Show conflicts in change requests (#2389)
    • 89f2d8125 - fix: copy strategy change request (#2430)
    • 49fc31883 - change request help popover (#2388)
    • 4f65ad555 - Changeset comments schema (#2425)
    • ca328d6bc - chore(deps): update dependency @types/jest to v29.2.3 (#2427)
    • 8da1b5628 - chore(deps): update dependency vitest to v0.25.2 (#2421)
    • b5f969cc4 - chore(deps): update dependency copy-to-clipboard to v3.3.3 (#2413)
    • 131ebb931 - Permission guards in existing endpoints interacting with feature toggle configuration (#2418)
    • 3624cdc21 - docs: move sso how to guides to the how-to folder (#2323)
    • 900c50b8c - fix: remove uneccesary code (#2417)
    • 4689705f4 - feat: update hook to use change request settings (#2406)
    • a425bcb3b - feat: upload main branch builds to cdn (#2415)
    • 309ba68a3 - Update import-export.md
    • bd686eb24 - fix: improve drag behaviour when using handle (#2407)
    • 29da62519 - chore: update docusaurus/openapi integration to stable version (#2414)
    • d04b41fce - chore(deps): update dependency @swc/core to v1.3.16 (#2412)
    • e378e0864 - chore(deps): update dependency msw to v0.48.2 (#2411)
    • e33c9728d - chore(deps): update dependency @swc/core to v1.3.15 (#2410)
    • ca2c96de5 - chore(deps): update dependency @babel/core to v7.20.2 (#2371)
    • 5988148e1 - fix(deps): update dependency docusaurus-theme-openapi-docs to v0.0.0-514 (#2409)
    • 167ad82a4 - chore(deps): update react-router monorepo to v6.4.3 (#2368)
    • e924d9da5 - fix(deps): update dependency docusaurus-plugin-openapi-docs to v0.0.0-514 (#2408)
    • 0cd04fc88 - chore: fix broken docs build / remove unused tag files (#2402)
    • 47f991830 - chore(deps): update dependency @codemirror/state to v6.1.3 (#2394)
    • 6ba30a0e3 - Merge branch 'main' of https://github.com/Unleash/unleash
    • a01fab5ff - 4.18.0-beta.5
    • 89e5043f3 - fix: add discard actions (#2405)
    • c57baeb35 - integrate change request settings be (#2403)
    • 70e020ffe - fix: project access table (#2404)
    • 2fa154a3e - Update environments (#2339)
    • b9db7952f - feat: add permission buttons for change requests (#2392)
    • 74c518915 - Feat/add change request settings (#2390)
    • 665638b9d - fix: Fix broken OpenAPI (#2379)
    • 3f78bc93d - chore(deps): update material-ui monorepo (#2269)
    • 7207f1b57 - chore(deps): update dependency minimatch to v5 (#2400)
    • 27eac4bc7 - fix(deps): update dependency json-schema-to-ts to v2.6.0 (#2397)
    • 64bda7cfd - chore(deps): update typescript-eslint monorepo to v5.42.1 (#2395)
    • fb8136688 - chore(deps): update dependency @uiw/react-codemirror to v4.13.2 (#2393)
    • 6641e11ac - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.2 (#2391)
    • e5c72ee75 - chore(deps): update dependency sass to v1.56.1 (#2376)
    • 96d995f3f - chore(deps): update dependency @uiw/react-codemirror to v4.13.0 (#2373)
    • 79806840e - Update index.md (#2383)
    • cbfeedf48 - chore(deps): update node.js to v14.21.1 (#2385)
    • 0bb5a3d07 - chore(deps): update dependency vitest to v0.25.1 (#2384)
    • fc2a9d820 - chore(deps): bump loader-utils from 1.4.0 to 1.4.1 in /website (#2353)
    • 7bc4d1fff - 4.18.0-beta.4
    • e5a5d7ded - Fix async issue (#2387)
    • b1af0b224 - 4.18.0-beta.3
    • 076ce027e - Extract gravatar URL fn (#2386)
    • 029bb2453 - 4.18.0-beta.2
    • ac78c8f73 - Feat/change request permissions (#2382)
    • 45ee13503 - feat: project change request page frontend (#2361)
    • 0649262c7 - chore(deps): update dependency eslint to v8.27.0 (#2374)
    • 81ff55286 - chore(deps): update dependency msw to v0.48.1 (#2375)
    • 1312579bf - fix: upgrade @types/node to v16.18.3 (#2365)
    • 5dd319e41 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.0 (#2372)
    • f71f9179a - chore(deps): update dependency babel-loader to v9 (#2293)
    • 0daf3e53d - chore(deps): update lycheeverse/lychee-action action to v1.5.4 (#2367)
    • 038bf4fa6 - chore(deps): update jest monorepo (#2366)
    • e9501d3f8 - chore(deps): update dependency vite to v3.2.3 (#2364)
    • a658693f2 - Docs: Impression events only fire on enabled front-end toggles (#2153)
    • 794ed681e - fix(deps): update dependency helmet to v6 (#2295)
    • 8999d852b - fix(deps): update dependency make-fetch-happen to v11 (#2296)
    • 24d2bbcf9 - chore(deps): update dependency @types/jest to v29 (#1529)
    • 2fb548f4c - chore(deps): update metcalfc/changelog-generator action to v4 (#2294)
    • 325cd34c0 - fix: remove 'fixHourMetrics' flag
    • 0c2a67f1d - chore(deps): update dependency openapi-enforcer to v1.22.1 (#2362)
    • 670b97ded - fix: set suggested min value to 0 (#2363)
    • 343e561bc - chore(deps): update dependency jsdom to v20.0.2 (#2355)
    • b9f55a3fb - fix sidebar width (#2359)
    • b61dbbd71 - fix: remove lexical illusion in playground guidance (#2360)
    • 47a617c78 - Add changeRequestEnabled to project and project_environments (#2357)
    • ff11f30e1 - Change request approvers displaying in UI (#2358)
    • f316e99dc - Authorization header webhook (#2356)
    • 29524ab42 - 4.18.0-beta.1
    • 5e14e80ae - Change request approvals table (#2347)
    • d998f4c67 - feat: suggest strategy from template (#2340)
    • 907cce9c8 - chore(deps): update dependency husky to v8.0.2 (#2354)
    • aed48c0ee - chore(deps): update dependency @swc/core to v1.3.14 (#2352)
    • aa9aa6fb4 - styling change request sidebar (#2350)
    • 5b3d95cc3 - If baseUriPath is set format it, but if it's not, don't override default with empty string (#2118)
    • d5e33ab1f - Fix(export API): accept true and false as param values (#2349)
    • 75c3fcd17 - docs: update export/import examples (#2348)
    • f5fb7b66d - Fix: validate that the project is correct when getting feature by project (#2344)
    • 88a9e0cb9 - feat: stateful banner (#2346)
    • b086f7fd5 - 4.17.2
    • 4574c9f90 - Fix/embedded proxy memory leak (#2345)
    • f76ac0edb - Fix/embedded proxy memory leak (#2345)
    • f624f4498 - 4.17.1
    • c6f906159 - feat: env check in change requests (#2336)
    • 377a99753 - fix: merge order for UI config
    • bf521b58f - fix: merge order for UI config
    • 302cb176c - 4.17.0
    • cb45aecda - fix: clone environment creating token everytime (#2335)
    • 9577a8152 - fix: clone environment creating token everytime (#2335)
    • 065833e5d - feat: display change details (#2327)
    • 4b281d951 - Change request - edit strategy (#2334)
    • d2000f284 - feat: request change - add strategy (#2330)
    • c1e0bd83b - Frontend - Suggest change copy strategy (#2312)
    • 587c02258 - 4.17.0-beta.13
    • a267f13a7 - 4.18.0-beta.0
    • 102713eec - Remove uniqueness from change requests merging (#2332)
    • fae7de0d5 - refactor: hook for change requests (#2331)
    • 47cc16802 - Fix: Conditionally hide Change Requests tab (#2329)
    • 1061991eb - fix: generate all hour buckets if missing (#2319)
    • 2d2d6f268 - fix: generate all hour buckets if missing (#2319)
    • 46076fcbc - Fix: Conditionally hide Change Requests tab (#2329)
    • f0a929044 - Change request API draft to open (#2320)
    • 2cb763145 - 4.17.0-beta.12
    Source code(tar.gz)
    Source code(zip)
  • v4.18.0-beta.9(Nov 18, 2022)

    • ef693d4c1 - 4.18.0-beta.9
    • 50f974696 - older safari does not support gap (#2470)
    • cd9627ef0 - Virtualize users table (#2429)
    • ac65778cf - separate protected and unprotected routes (#2466)
    • 51ccf6536 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.15.1 (#2468)
    • 865cfeaf9 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.15.0 (#2461)
    • f46be4439 - chore(deps): update dependency @uiw/react-codemirror to v4.15.0 (#2457)
    • d1f657bf0 - fix(deps): update dependency docusaurus-theme-openapi-docs to v1.4.5 (#2370)
    • 1b901bb6c - chore(deps): update dependency chartjs-adapter-date-fns to v2.0.1 (#2454)
    • c9c5cf536 - conditional message for change request strategy form (#2465)
    • 42eadef8d - Custom roles redesign (#2439)
    • 8e1fc7322 - fix: flaky test on number of projects statistic (#2463)
    • e9fa156ae - fix: tags highlight case sensitivity (#2462)
    • dc08f1dad - fix: broken UI after import (#2447)
    • 726ede5cb - Define exports for enterprise (#2435)
    • 0ba00cc7f - 4.18.0-beta.8
    • 9176ffae1 - Change requests - add multiple reviewers (#2448)
    • f2dde9d63 - stop making enterprise calls in oss (#2449)
    • 6cd61466f - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.14.0 (#2456)
    • bffea7dcb - fix(deps): update dependency docusaurus-plugin-openapi-docs to v1.4.5 (#2369)
    • 538bbe710 - fix: make the tags column have a fixed width (#2451)
    • e25a108ea - add comment with current user avatar (#2452)
    • 978674e33 - feat: update strategy segments with edit / create strategy (#2420)
    • 51ad23955 - first draft of the comments ui (#2440)
    • 8dac08c5a - chore(deps): update dependency @swc/core to v1.3.18 (#2445)
    • 48c340585 - Copy strategy bug fix (#2444)
    • 5761aabb7 - chore(deps): update dependency msw to v0.48.3 (#2443)
    • e29b7d673 - chore(deps): update material-ui monorepo (#2432)
    • 3638f0d09 - chore(deps): update dependency @codemirror/state to v6.1.4 (#2441)
    • c1abac2a1 - chore(deps): update dependency vite to v3.2.4 (#2437)
    • 3628258db - chore(deps): update dependency @swc/core to v1.3.17 (#2431)
    • 99fd4e831 - 4.18.0-beta.7
    • 3ef0ca580 - Remove change request api protection (#2434)
    • e32b6ad57 - fix: update text in environments (#2433)
    • 1ddc46011 - Feature toggles: Filtering by tags (#2396)
    • b891d1ec4 - 4.18.0-beta.6
    • a19131395 - refactor: remove public signup link feature flag (#2423)
    • 8b057a146 - Show conflicts in change requests (#2389)
    • 89f2d8125 - fix: copy strategy change request (#2430)
    • 49fc31883 - change request help popover (#2388)
    • 4f65ad555 - Changeset comments schema (#2425)
    • ca328d6bc - chore(deps): update dependency @types/jest to v29.2.3 (#2427)
    • 8da1b5628 - chore(deps): update dependency vitest to v0.25.2 (#2421)
    • b5f969cc4 - chore(deps): update dependency copy-to-clipboard to v3.3.3 (#2413)
    • 131ebb931 - Permission guards in existing endpoints interacting with feature toggle configuration (#2418)
    • 3624cdc21 - docs: move sso how to guides to the how-to folder (#2323)
    • 900c50b8c - fix: remove uneccesary code (#2417)
    • 4689705f4 - feat: update hook to use change request settings (#2406)
    • a425bcb3b - feat: upload main branch builds to cdn (#2415)
    • 309ba68a3 - Update import-export.md
    • bd686eb24 - fix: improve drag behaviour when using handle (#2407)
    • 29da62519 - chore: update docusaurus/openapi integration to stable version (#2414)
    • d04b41fce - chore(deps): update dependency @swc/core to v1.3.16 (#2412)
    • e378e0864 - chore(deps): update dependency msw to v0.48.2 (#2411)
    • e33c9728d - chore(deps): update dependency @swc/core to v1.3.15 (#2410)
    • ca2c96de5 - chore(deps): update dependency @babel/core to v7.20.2 (#2371)
    • 5988148e1 - fix(deps): update dependency docusaurus-theme-openapi-docs to v0.0.0-514 (#2409)
    • 167ad82a4 - chore(deps): update react-router monorepo to v6.4.3 (#2368)
    • e924d9da5 - fix(deps): update dependency docusaurus-plugin-openapi-docs to v0.0.0-514 (#2408)
    • 0cd04fc88 - chore: fix broken docs build / remove unused tag files (#2402)
    • 47f991830 - chore(deps): update dependency @codemirror/state to v6.1.3 (#2394)
    • 6ba30a0e3 - Merge branch 'main' of https://github.com/Unleash/unleash
    • a01fab5ff - 4.18.0-beta.5
    • 89e5043f3 - fix: add discard actions (#2405)
    • c57baeb35 - integrate change request settings be (#2403)
    • 70e020ffe - fix: project access table (#2404)
    • 2fa154a3e - Update environments (#2339)
    • b9db7952f - feat: add permission buttons for change requests (#2392)
    • 74c518915 - Feat/add change request settings (#2390)
    • 665638b9d - fix: Fix broken OpenAPI (#2379)
    • 3f78bc93d - chore(deps): update material-ui monorepo (#2269)
    • 7207f1b57 - chore(deps): update dependency minimatch to v5 (#2400)
    • 27eac4bc7 - fix(deps): update dependency json-schema-to-ts to v2.6.0 (#2397)
    • 64bda7cfd - chore(deps): update typescript-eslint monorepo to v5.42.1 (#2395)
    • fb8136688 - chore(deps): update dependency @uiw/react-codemirror to v4.13.2 (#2393)
    • 6641e11ac - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.2 (#2391)
    • e5c72ee75 - chore(deps): update dependency sass to v1.56.1 (#2376)
    • 96d995f3f - chore(deps): update dependency @uiw/react-codemirror to v4.13.0 (#2373)
    • 79806840e - Update index.md (#2383)
    • cbfeedf48 - chore(deps): update node.js to v14.21.1 (#2385)
    • 0bb5a3d07 - chore(deps): update dependency vitest to v0.25.1 (#2384)
    • fc2a9d820 - chore(deps): bump loader-utils from 1.4.0 to 1.4.1 in /website (#2353)
    • 7bc4d1fff - 4.18.0-beta.4
    • e5a5d7ded - Fix async issue (#2387)
    • b1af0b224 - 4.18.0-beta.3
    • 076ce027e - Extract gravatar URL fn (#2386)
    • 029bb2453 - 4.18.0-beta.2
    • ac78c8f73 - Feat/change request permissions (#2382)
    • 45ee13503 - feat: project change request page frontend (#2361)
    • 0649262c7 - chore(deps): update dependency eslint to v8.27.0 (#2374)
    • 81ff55286 - chore(deps): update dependency msw to v0.48.1 (#2375)
    • 1312579bf - fix: upgrade @types/node to v16.18.3 (#2365)
    • 5dd319e41 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.0 (#2372)
    • f71f9179a - chore(deps): update dependency babel-loader to v9 (#2293)
    • 0daf3e53d - chore(deps): update lycheeverse/lychee-action action to v1.5.4 (#2367)
    • 038bf4fa6 - chore(deps): update jest monorepo (#2366)
    • e9501d3f8 - chore(deps): update dependency vite to v3.2.3 (#2364)
    • a658693f2 - Docs: Impression events only fire on enabled front-end toggles (#2153)
    • 794ed681e - fix(deps): update dependency helmet to v6 (#2295)
    • 8999d852b - fix(deps): update dependency make-fetch-happen to v11 (#2296)
    • 24d2bbcf9 - chore(deps): update dependency @types/jest to v29 (#1529)
    • 2fb548f4c - chore(deps): update metcalfc/changelog-generator action to v4 (#2294)
    • 325cd34c0 - fix: remove 'fixHourMetrics' flag
    • 0c2a67f1d - chore(deps): update dependency openapi-enforcer to v1.22.1 (#2362)
    • 670b97ded - fix: set suggested min value to 0 (#2363)
    • 343e561bc - chore(deps): update dependency jsdom to v20.0.2 (#2355)
    • b9f55a3fb - fix sidebar width (#2359)
    • b61dbbd71 - fix: remove lexical illusion in playground guidance (#2360)
    • 47a617c78 - Add changeRequestEnabled to project and project_environments (#2357)
    • ff11f30e1 - Change request approvers displaying in UI (#2358)
    • f316e99dc - Authorization header webhook (#2356)
    • 29524ab42 - 4.18.0-beta.1
    • 5e14e80ae - Change request approvals table (#2347)
    • d998f4c67 - feat: suggest strategy from template (#2340)
    • 907cce9c8 - chore(deps): update dependency husky to v8.0.2 (#2354)
    • aed48c0ee - chore(deps): update dependency @swc/core to v1.3.14 (#2352)
    • aa9aa6fb4 - styling change request sidebar (#2350)
    • 5b3d95cc3 - If baseUriPath is set format it, but if it's not, don't override default with empty string (#2118)
    • d5e33ab1f - Fix(export API): accept true and false as param values (#2349)
    • 75c3fcd17 - docs: update export/import examples (#2348)
    • f5fb7b66d - Fix: validate that the project is correct when getting feature by project (#2344)
    • 88a9e0cb9 - feat: stateful banner (#2346)
    • b086f7fd5 - 4.17.2
    • 4574c9f90 - Fix/embedded proxy memory leak (#2345)
    • f76ac0edb - Fix/embedded proxy memory leak (#2345)
    • f624f4498 - 4.17.1
    • c6f906159 - feat: env check in change requests (#2336)
    • 377a99753 - fix: merge order for UI config
    • bf521b58f - fix: merge order for UI config
    • 302cb176c - 4.17.0
    • cb45aecda - fix: clone environment creating token everytime (#2335)
    • 9577a8152 - fix: clone environment creating token everytime (#2335)
    • 065833e5d - feat: display change details (#2327)
    • 4b281d951 - Change request - edit strategy (#2334)
    • d2000f284 - feat: request change - add strategy (#2330)
    • c1e0bd83b - Frontend - Suggest change copy strategy (#2312)
    • 587c02258 - 4.17.0-beta.13
    • a267f13a7 - 4.18.0-beta.0
    • 102713eec - Remove uniqueness from change requests merging (#2332)
    • fae7de0d5 - refactor: hook for change requests (#2331)
    • 47cc16802 - Fix: Conditionally hide Change Requests tab (#2329)
    • 1061991eb - fix: generate all hour buckets if missing (#2319)
    • 2d2d6f268 - fix: generate all hour buckets if missing (#2319)
    • 46076fcbc - Fix: Conditionally hide Change Requests tab (#2329)
    • f0a929044 - Change request API draft to open (#2320)
    • 2cb763145 - 4.17.0-beta.12
    Source code(tar.gz)
    Source code(zip)
  • v4.18.0-beta.8(Nov 17, 2022)

    • 0ba00cc7f - 4.18.0-beta.8
    • 9176ffae1 - Change requests - add multiple reviewers (#2448)
    • f2dde9d63 - stop making enterprise calls in oss (#2449)
    • 6cd61466f - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.14.0 (#2456)
    • bffea7dcb - fix(deps): update dependency docusaurus-plugin-openapi-docs to v1.4.5 (#2369)
    • 538bbe710 - fix: make the tags column have a fixed width (#2451)
    • e25a108ea - add comment with current user avatar (#2452)
    • 978674e33 - feat: update strategy segments with edit / create strategy (#2420)
    • 51ad23955 - first draft of the comments ui (#2440)
    • 8dac08c5a - chore(deps): update dependency @swc/core to v1.3.18 (#2445)
    • 48c340585 - Copy strategy bug fix (#2444)
    • 5761aabb7 - chore(deps): update dependency msw to v0.48.3 (#2443)
    • e29b7d673 - chore(deps): update material-ui monorepo (#2432)
    • 3638f0d09 - chore(deps): update dependency @codemirror/state to v6.1.4 (#2441)
    • c1abac2a1 - chore(deps): update dependency vite to v3.2.4 (#2437)
    • 3628258db - chore(deps): update dependency @swc/core to v1.3.17 (#2431)
    • 99fd4e831 - 4.18.0-beta.7
    • 3ef0ca580 - Remove change request api protection (#2434)
    • e32b6ad57 - fix: update text in environments (#2433)
    • 1ddc46011 - Feature toggles: Filtering by tags (#2396)
    • b891d1ec4 - 4.18.0-beta.6
    • a19131395 - refactor: remove public signup link feature flag (#2423)
    • 8b057a146 - Show conflicts in change requests (#2389)
    • 89f2d8125 - fix: copy strategy change request (#2430)
    • 49fc31883 - change request help popover (#2388)
    • 4f65ad555 - Changeset comments schema (#2425)
    • ca328d6bc - chore(deps): update dependency @types/jest to v29.2.3 (#2427)
    • 8da1b5628 - chore(deps): update dependency vitest to v0.25.2 (#2421)
    • b5f969cc4 - chore(deps): update dependency copy-to-clipboard to v3.3.3 (#2413)
    • 131ebb931 - Permission guards in existing endpoints interacting with feature toggle configuration (#2418)
    • 3624cdc21 - docs: move sso how to guides to the how-to folder (#2323)
    • 900c50b8c - fix: remove uneccesary code (#2417)
    • 4689705f4 - feat: update hook to use change request settings (#2406)
    • a425bcb3b - feat: upload main branch builds to cdn (#2415)
    • 309ba68a3 - Update import-export.md
    • bd686eb24 - fix: improve drag behaviour when using handle (#2407)
    • 29da62519 - chore: update docusaurus/openapi integration to stable version (#2414)
    • d04b41fce - chore(deps): update dependency @swc/core to v1.3.16 (#2412)
    • e378e0864 - chore(deps): update dependency msw to v0.48.2 (#2411)
    • e33c9728d - chore(deps): update dependency @swc/core to v1.3.15 (#2410)
    • ca2c96de5 - chore(deps): update dependency @babel/core to v7.20.2 (#2371)
    • 5988148e1 - fix(deps): update dependency docusaurus-theme-openapi-docs to v0.0.0-514 (#2409)
    • 167ad82a4 - chore(deps): update react-router monorepo to v6.4.3 (#2368)
    • e924d9da5 - fix(deps): update dependency docusaurus-plugin-openapi-docs to v0.0.0-514 (#2408)
    • 0cd04fc88 - chore: fix broken docs build / remove unused tag files (#2402)
    • 47f991830 - chore(deps): update dependency @codemirror/state to v6.1.3 (#2394)
    • 6ba30a0e3 - Merge branch 'main' of https://github.com/Unleash/unleash
    • a01fab5ff - 4.18.0-beta.5
    • 89e5043f3 - fix: add discard actions (#2405)
    • c57baeb35 - integrate change request settings be (#2403)
    • 70e020ffe - fix: project access table (#2404)
    • 2fa154a3e - Update environments (#2339)
    • b9db7952f - feat: add permission buttons for change requests (#2392)
    • 74c518915 - Feat/add change request settings (#2390)
    • 665638b9d - fix: Fix broken OpenAPI (#2379)
    • 3f78bc93d - chore(deps): update material-ui monorepo (#2269)
    • 7207f1b57 - chore(deps): update dependency minimatch to v5 (#2400)
    • 27eac4bc7 - fix(deps): update dependency json-schema-to-ts to v2.6.0 (#2397)
    • 64bda7cfd - chore(deps): update typescript-eslint monorepo to v5.42.1 (#2395)
    • fb8136688 - chore(deps): update dependency @uiw/react-codemirror to v4.13.2 (#2393)
    • 6641e11ac - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.2 (#2391)
    • e5c72ee75 - chore(deps): update dependency sass to v1.56.1 (#2376)
    • 96d995f3f - chore(deps): update dependency @uiw/react-codemirror to v4.13.0 (#2373)
    • 79806840e - Update index.md (#2383)
    • cbfeedf48 - chore(deps): update node.js to v14.21.1 (#2385)
    • 0bb5a3d07 - chore(deps): update dependency vitest to v0.25.1 (#2384)
    • fc2a9d820 - chore(deps): bump loader-utils from 1.4.0 to 1.4.1 in /website (#2353)
    • 7bc4d1fff - 4.18.0-beta.4
    • e5a5d7ded - Fix async issue (#2387)
    • b1af0b224 - 4.18.0-beta.3
    • 076ce027e - Extract gravatar URL fn (#2386)
    • 029bb2453 - 4.18.0-beta.2
    • ac78c8f73 - Feat/change request permissions (#2382)
    • 45ee13503 - feat: project change request page frontend (#2361)
    • 0649262c7 - chore(deps): update dependency eslint to v8.27.0 (#2374)
    • 81ff55286 - chore(deps): update dependency msw to v0.48.1 (#2375)
    • 1312579bf - fix: upgrade @types/node to v16.18.3 (#2365)
    • 5dd319e41 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.0 (#2372)
    • f71f9179a - chore(deps): update dependency babel-loader to v9 (#2293)
    • 0daf3e53d - chore(deps): update lycheeverse/lychee-action action to v1.5.4 (#2367)
    • 038bf4fa6 - chore(deps): update jest monorepo (#2366)
    • e9501d3f8 - chore(deps): update dependency vite to v3.2.3 (#2364)
    • a658693f2 - Docs: Impression events only fire on enabled front-end toggles (#2153)
    • 794ed681e - fix(deps): update dependency helmet to v6 (#2295)
    • 8999d852b - fix(deps): update dependency make-fetch-happen to v11 (#2296)
    • 24d2bbcf9 - chore(deps): update dependency @types/jest to v29 (#1529)
    • 2fb548f4c - chore(deps): update metcalfc/changelog-generator action to v4 (#2294)
    • 325cd34c0 - fix: remove 'fixHourMetrics' flag
    • 0c2a67f1d - chore(deps): update dependency openapi-enforcer to v1.22.1 (#2362)
    • 670b97ded - fix: set suggested min value to 0 (#2363)
    • 343e561bc - chore(deps): update dependency jsdom to v20.0.2 (#2355)
    • b9f55a3fb - fix sidebar width (#2359)
    • b61dbbd71 - fix: remove lexical illusion in playground guidance (#2360)
    • 47a617c78 - Add changeRequestEnabled to project and project_environments (#2357)
    • ff11f30e1 - Change request approvers displaying in UI (#2358)
    • f316e99dc - Authorization header webhook (#2356)
    • 29524ab42 - 4.18.0-beta.1
    • 5e14e80ae - Change request approvals table (#2347)
    • d998f4c67 - feat: suggest strategy from template (#2340)
    • 907cce9c8 - chore(deps): update dependency husky to v8.0.2 (#2354)
    • aed48c0ee - chore(deps): update dependency @swc/core to v1.3.14 (#2352)
    • aa9aa6fb4 - styling change request sidebar (#2350)
    • 5b3d95cc3 - If baseUriPath is set format it, but if it's not, don't override default with empty string (#2118)
    • d5e33ab1f - Fix(export API): accept true and false as param values (#2349)
    • 75c3fcd17 - docs: update export/import examples (#2348)
    • f5fb7b66d - Fix: validate that the project is correct when getting feature by project (#2344)
    • 88a9e0cb9 - feat: stateful banner (#2346)
    • b086f7fd5 - 4.17.2
    • 4574c9f90 - Fix/embedded proxy memory leak (#2345)
    • f76ac0edb - Fix/embedded proxy memory leak (#2345)
    • f624f4498 - 4.17.1
    • c6f906159 - feat: env check in change requests (#2336)
    • 377a99753 - fix: merge order for UI config
    • bf521b58f - fix: merge order for UI config
    • 302cb176c - 4.17.0
    • cb45aecda - fix: clone environment creating token everytime (#2335)
    • 9577a8152 - fix: clone environment creating token everytime (#2335)
    • 065833e5d - feat: display change details (#2327)
    • 4b281d951 - Change request - edit strategy (#2334)
    • d2000f284 - feat: request change - add strategy (#2330)
    • c1e0bd83b - Frontend - Suggest change copy strategy (#2312)
    • 587c02258 - 4.17.0-beta.13
    • a267f13a7 - 4.18.0-beta.0
    • 102713eec - Remove uniqueness from change requests merging (#2332)
    • fae7de0d5 - refactor: hook for change requests (#2331)
    • 47cc16802 - Fix: Conditionally hide Change Requests tab (#2329)
    • 1061991eb - fix: generate all hour buckets if missing (#2319)
    • 2d2d6f268 - fix: generate all hour buckets if missing (#2319)
    • 46076fcbc - Fix: Conditionally hide Change Requests tab (#2329)
    • f0a929044 - Change request API draft to open (#2320)
    • 2cb763145 - 4.17.0-beta.12
    Source code(tar.gz)
    Source code(zip)
  • v4.18.0-beta.7(Nov 15, 2022)

    • 99fd4e831 - 4.18.0-beta.7
    • 3ef0ca580 - Remove change request api protection (#2434)
    • e32b6ad57 - fix: update text in environments (#2433)
    • 1ddc46011 - Feature toggles: Filtering by tags (#2396)
    • b891d1ec4 - 4.18.0-beta.6
    • a19131395 - refactor: remove public signup link feature flag (#2423)
    • 8b057a146 - Show conflicts in change requests (#2389)
    • 89f2d8125 - fix: copy strategy change request (#2430)
    • 49fc31883 - change request help popover (#2388)
    • 4f65ad555 - Changeset comments schema (#2425)
    • ca328d6bc - chore(deps): update dependency @types/jest to v29.2.3 (#2427)
    • 8da1b5628 - chore(deps): update dependency vitest to v0.25.2 (#2421)
    • b5f969cc4 - chore(deps): update dependency copy-to-clipboard to v3.3.3 (#2413)
    • 131ebb931 - Permission guards in existing endpoints interacting with feature toggle configuration (#2418)
    • 3624cdc21 - docs: move sso how to guides to the how-to folder (#2323)
    • 900c50b8c - fix: remove uneccesary code (#2417)
    • 4689705f4 - feat: update hook to use change request settings (#2406)
    • a425bcb3b - feat: upload main branch builds to cdn (#2415)
    • 309ba68a3 - Update import-export.md
    • bd686eb24 - fix: improve drag behaviour when using handle (#2407)
    • 29da62519 - chore: update docusaurus/openapi integration to stable version (#2414)
    • d04b41fce - chore(deps): update dependency @swc/core to v1.3.16 (#2412)
    • e378e0864 - chore(deps): update dependency msw to v0.48.2 (#2411)
    • e33c9728d - chore(deps): update dependency @swc/core to v1.3.15 (#2410)
    • ca2c96de5 - chore(deps): update dependency @babel/core to v7.20.2 (#2371)
    • 5988148e1 - fix(deps): update dependency docusaurus-theme-openapi-docs to v0.0.0-514 (#2409)
    • 167ad82a4 - chore(deps): update react-router monorepo to v6.4.3 (#2368)
    • e924d9da5 - fix(deps): update dependency docusaurus-plugin-openapi-docs to v0.0.0-514 (#2408)
    • 0cd04fc88 - chore: fix broken docs build / remove unused tag files (#2402)
    • 47f991830 - chore(deps): update dependency @codemirror/state to v6.1.3 (#2394)
    • 6ba30a0e3 - Merge branch 'main' of https://github.com/Unleash/unleash
    • a01fab5ff - 4.18.0-beta.5
    • 89e5043f3 - fix: add discard actions (#2405)
    • c57baeb35 - integrate change request settings be (#2403)
    • 70e020ffe - fix: project access table (#2404)
    • 2fa154a3e - Update environments (#2339)
    • b9db7952f - feat: add permission buttons for change requests (#2392)
    • 74c518915 - Feat/add change request settings (#2390)
    • 665638b9d - fix: Fix broken OpenAPI (#2379)
    • 3f78bc93d - chore(deps): update material-ui monorepo (#2269)
    • 7207f1b57 - chore(deps): update dependency minimatch to v5 (#2400)
    • 27eac4bc7 - fix(deps): update dependency json-schema-to-ts to v2.6.0 (#2397)
    • 64bda7cfd - chore(deps): update typescript-eslint monorepo to v5.42.1 (#2395)
    • fb8136688 - chore(deps): update dependency @uiw/react-codemirror to v4.13.2 (#2393)
    • 6641e11ac - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.2 (#2391)
    • e5c72ee75 - chore(deps): update dependency sass to v1.56.1 (#2376)
    • 96d995f3f - chore(deps): update dependency @uiw/react-codemirror to v4.13.0 (#2373)
    • 79806840e - Update index.md (#2383)
    • cbfeedf48 - chore(deps): update node.js to v14.21.1 (#2385)
    • 0bb5a3d07 - chore(deps): update dependency vitest to v0.25.1 (#2384)
    • fc2a9d820 - chore(deps): bump loader-utils from 1.4.0 to 1.4.1 in /website (#2353)
    • 7bc4d1fff - 4.18.0-beta.4
    • e5a5d7ded - Fix async issue (#2387)
    • b1af0b224 - 4.18.0-beta.3
    • 076ce027e - Extract gravatar URL fn (#2386)
    • 029bb2453 - 4.18.0-beta.2
    • ac78c8f73 - Feat/change request permissions (#2382)
    • 45ee13503 - feat: project change request page frontend (#2361)
    • 0649262c7 - chore(deps): update dependency eslint to v8.27.0 (#2374)
    • 81ff55286 - chore(deps): update dependency msw to v0.48.1 (#2375)
    • 1312579bf - fix: upgrade @types/node to v16.18.3 (#2365)
    • 5dd319e41 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.0 (#2372)
    • f71f9179a - chore(deps): update dependency babel-loader to v9 (#2293)
    • 0daf3e53d - chore(deps): update lycheeverse/lychee-action action to v1.5.4 (#2367)
    • 038bf4fa6 - chore(deps): update jest monorepo (#2366)
    • e9501d3f8 - chore(deps): update dependency vite to v3.2.3 (#2364)
    • a658693f2 - Docs: Impression events only fire on enabled front-end toggles (#2153)
    • 794ed681e - fix(deps): update dependency helmet to v6 (#2295)
    • 8999d852b - fix(deps): update dependency make-fetch-happen to v11 (#2296)
    • 24d2bbcf9 - chore(deps): update dependency @types/jest to v29 (#1529)
    • 2fb548f4c - chore(deps): update metcalfc/changelog-generator action to v4 (#2294)
    • 325cd34c0 - fix: remove 'fixHourMetrics' flag
    • 0c2a67f1d - chore(deps): update dependency openapi-enforcer to v1.22.1 (#2362)
    • 670b97ded - fix: set suggested min value to 0 (#2363)
    • 343e561bc - chore(deps): update dependency jsdom to v20.0.2 (#2355)
    • b9f55a3fb - fix sidebar width (#2359)
    • b61dbbd71 - fix: remove lexical illusion in playground guidance (#2360)
    • 47a617c78 - Add changeRequestEnabled to project and project_environments (#2357)
    • ff11f30e1 - Change request approvers displaying in UI (#2358)
    • f316e99dc - Authorization header webhook (#2356)
    • 29524ab42 - 4.18.0-beta.1
    • 5e14e80ae - Change request approvals table (#2347)
    • d998f4c67 - feat: suggest strategy from template (#2340)
    • 907cce9c8 - chore(deps): update dependency husky to v8.0.2 (#2354)
    • aed48c0ee - chore(deps): update dependency @swc/core to v1.3.14 (#2352)
    • aa9aa6fb4 - styling change request sidebar (#2350)
    • 5b3d95cc3 - If baseUriPath is set format it, but if it's not, don't override default with empty string (#2118)
    • d5e33ab1f - Fix(export API): accept true and false as param values (#2349)
    • 75c3fcd17 - docs: update export/import examples (#2348)
    • f5fb7b66d - Fix: validate that the project is correct when getting feature by project (#2344)
    • 88a9e0cb9 - feat: stateful banner (#2346)
    • b086f7fd5 - 4.17.2
    • 4574c9f90 - Fix/embedded proxy memory leak (#2345)
    • f76ac0edb - Fix/embedded proxy memory leak (#2345)
    • f624f4498 - 4.17.1
    • c6f906159 - feat: env check in change requests (#2336)
    • 377a99753 - fix: merge order for UI config
    • bf521b58f - fix: merge order for UI config
    • 302cb176c - 4.17.0
    • cb45aecda - fix: clone environment creating token everytime (#2335)
    • 9577a8152 - fix: clone environment creating token everytime (#2335)
    • 065833e5d - feat: display change details (#2327)
    • 4b281d951 - Change request - edit strategy (#2334)
    • d2000f284 - feat: request change - add strategy (#2330)
    • c1e0bd83b - Frontend - Suggest change copy strategy (#2312)
    • 587c02258 - 4.17.0-beta.13
    • a267f13a7 - 4.18.0-beta.0
    • 102713eec - Remove uniqueness from change requests merging (#2332)
    • fae7de0d5 - refactor: hook for change requests (#2331)
    • 47cc16802 - Fix: Conditionally hide Change Requests tab (#2329)
    • 1061991eb - fix: generate all hour buckets if missing (#2319)
    • 2d2d6f268 - fix: generate all hour buckets if missing (#2319)
    • 46076fcbc - Fix: Conditionally hide Change Requests tab (#2329)
    • f0a929044 - Change request API draft to open (#2320)
    • 2cb763145 - 4.17.0-beta.12
    Source code(tar.gz)
    Source code(zip)
  • v4.18.0-beta.6(Nov 15, 2022)

    • b891d1ec4 - 4.18.0-beta.6
    • a19131395 - refactor: remove public signup link feature flag (#2423)
    • 8b057a146 - Show conflicts in change requests (#2389)
    • 89f2d8125 - fix: copy strategy change request (#2430)
    • 49fc31883 - change request help popover (#2388)
    • 4f65ad555 - Changeset comments schema (#2425)
    • ca328d6bc - chore(deps): update dependency @types/jest to v29.2.3 (#2427)
    • 8da1b5628 - chore(deps): update dependency vitest to v0.25.2 (#2421)
    • b5f969cc4 - chore(deps): update dependency copy-to-clipboard to v3.3.3 (#2413)
    • 131ebb931 - Permission guards in existing endpoints interacting with feature toggle configuration (#2418)
    • 3624cdc21 - docs: move sso how to guides to the how-to folder (#2323)
    • 900c50b8c - fix: remove uneccesary code (#2417)
    • 4689705f4 - feat: update hook to use change request settings (#2406)
    • a425bcb3b - feat: upload main branch builds to cdn (#2415)
    • 309ba68a3 - Update import-export.md
    • bd686eb24 - fix: improve drag behaviour when using handle (#2407)
    • 29da62519 - chore: update docusaurus/openapi integration to stable version (#2414)
    • d04b41fce - chore(deps): update dependency @swc/core to v1.3.16 (#2412)
    • e378e0864 - chore(deps): update dependency msw to v0.48.2 (#2411)
    • e33c9728d - chore(deps): update dependency @swc/core to v1.3.15 (#2410)
    • ca2c96de5 - chore(deps): update dependency @babel/core to v7.20.2 (#2371)
    • 5988148e1 - fix(deps): update dependency docusaurus-theme-openapi-docs to v0.0.0-514 (#2409)
    • 167ad82a4 - chore(deps): update react-router monorepo to v6.4.3 (#2368)
    • e924d9da5 - fix(deps): update dependency docusaurus-plugin-openapi-docs to v0.0.0-514 (#2408)
    • 0cd04fc88 - chore: fix broken docs build / remove unused tag files (#2402)
    • 47f991830 - chore(deps): update dependency @codemirror/state to v6.1.3 (#2394)
    • 6ba30a0e3 - Merge branch 'main' of https://github.com/Unleash/unleash
    • a01fab5ff - 4.18.0-beta.5
    • 89e5043f3 - fix: add discard actions (#2405)
    • c57baeb35 - integrate change request settings be (#2403)
    • 70e020ffe - fix: project access table (#2404)
    • 2fa154a3e - Update environments (#2339)
    • b9db7952f - feat: add permission buttons for change requests (#2392)
    • 74c518915 - Feat/add change request settings (#2390)
    • 665638b9d - fix: Fix broken OpenAPI (#2379)
    • 3f78bc93d - chore(deps): update material-ui monorepo (#2269)
    • 7207f1b57 - chore(deps): update dependency minimatch to v5 (#2400)
    • 27eac4bc7 - fix(deps): update dependency json-schema-to-ts to v2.6.0 (#2397)
    • 64bda7cfd - chore(deps): update typescript-eslint monorepo to v5.42.1 (#2395)
    • fb8136688 - chore(deps): update dependency @uiw/react-codemirror to v4.13.2 (#2393)
    • 6641e11ac - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.2 (#2391)
    • e5c72ee75 - chore(deps): update dependency sass to v1.56.1 (#2376)
    • 96d995f3f - chore(deps): update dependency @uiw/react-codemirror to v4.13.0 (#2373)
    • 79806840e - Update index.md (#2383)
    • cbfeedf48 - chore(deps): update node.js to v14.21.1 (#2385)
    • 0bb5a3d07 - chore(deps): update dependency vitest to v0.25.1 (#2384)
    • fc2a9d820 - chore(deps): bump loader-utils from 1.4.0 to 1.4.1 in /website (#2353)
    • 7bc4d1fff - 4.18.0-beta.4
    • e5a5d7ded - Fix async issue (#2387)
    • b1af0b224 - 4.18.0-beta.3
    • 076ce027e - Extract gravatar URL fn (#2386)
    • 029bb2453 - 4.18.0-beta.2
    • ac78c8f73 - Feat/change request permissions (#2382)
    • 45ee13503 - feat: project change request page frontend (#2361)
    • 0649262c7 - chore(deps): update dependency eslint to v8.27.0 (#2374)
    • 81ff55286 - chore(deps): update dependency msw to v0.48.1 (#2375)
    • 1312579bf - fix: upgrade @types/node to v16.18.3 (#2365)
    • 5dd319e41 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.0 (#2372)
    • f71f9179a - chore(deps): update dependency babel-loader to v9 (#2293)
    • 0daf3e53d - chore(deps): update lycheeverse/lychee-action action to v1.5.4 (#2367)
    • 038bf4fa6 - chore(deps): update jest monorepo (#2366)
    • e9501d3f8 - chore(deps): update dependency vite to v3.2.3 (#2364)
    • a658693f2 - Docs: Impression events only fire on enabled front-end toggles (#2153)
    • 794ed681e - fix(deps): update dependency helmet to v6 (#2295)
    • 8999d852b - fix(deps): update dependency make-fetch-happen to v11 (#2296)
    • 24d2bbcf9 - chore(deps): update dependency @types/jest to v29 (#1529)
    • 2fb548f4c - chore(deps): update metcalfc/changelog-generator action to v4 (#2294)
    • 325cd34c0 - fix: remove 'fixHourMetrics' flag
    • 0c2a67f1d - chore(deps): update dependency openapi-enforcer to v1.22.1 (#2362)
    • 670b97ded - fix: set suggested min value to 0 (#2363)
    • 343e561bc - chore(deps): update dependency jsdom to v20.0.2 (#2355)
    • b9f55a3fb - fix sidebar width (#2359)
    • b61dbbd71 - fix: remove lexical illusion in playground guidance (#2360)
    • 47a617c78 - Add changeRequestEnabled to project and project_environments (#2357)
    • ff11f30e1 - Change request approvers displaying in UI (#2358)
    • f316e99dc - Authorization header webhook (#2356)
    • 29524ab42 - 4.18.0-beta.1
    • 5e14e80ae - Change request approvals table (#2347)
    • d998f4c67 - feat: suggest strategy from template (#2340)
    • 907cce9c8 - chore(deps): update dependency husky to v8.0.2 (#2354)
    • aed48c0ee - chore(deps): update dependency @swc/core to v1.3.14 (#2352)
    • aa9aa6fb4 - styling change request sidebar (#2350)
    • 5b3d95cc3 - If baseUriPath is set format it, but if it's not, don't override default with empty string (#2118)
    • d5e33ab1f - Fix(export API): accept true and false as param values (#2349)
    • 75c3fcd17 - docs: update export/import examples (#2348)
    • f5fb7b66d - Fix: validate that the project is correct when getting feature by project (#2344)
    • 88a9e0cb9 - feat: stateful banner (#2346)
    • b086f7fd5 - 4.17.2
    • 4574c9f90 - Fix/embedded proxy memory leak (#2345)
    • f76ac0edb - Fix/embedded proxy memory leak (#2345)
    • f624f4498 - 4.17.1
    • c6f906159 - feat: env check in change requests (#2336)
    • 377a99753 - fix: merge order for UI config
    • bf521b58f - fix: merge order for UI config
    • 302cb176c - 4.17.0
    • cb45aecda - fix: clone environment creating token everytime (#2335)
    • 9577a8152 - fix: clone environment creating token everytime (#2335)
    • 065833e5d - feat: display change details (#2327)
    • 4b281d951 - Change request - edit strategy (#2334)
    • d2000f284 - feat: request change - add strategy (#2330)
    • c1e0bd83b - Frontend - Suggest change copy strategy (#2312)
    • 587c02258 - 4.17.0-beta.13
    • a267f13a7 - 4.18.0-beta.0
    • 102713eec - Remove uniqueness from change requests merging (#2332)
    • fae7de0d5 - refactor: hook for change requests (#2331)
    • 47cc16802 - Fix: Conditionally hide Change Requests tab (#2329)
    • 1061991eb - fix: generate all hour buckets if missing (#2319)
    • 2d2d6f268 - fix: generate all hour buckets if missing (#2319)
    • 46076fcbc - Fix: Conditionally hide Change Requests tab (#2329)
    • f0a929044 - Change request API draft to open (#2320)
    • 2cb763145 - 4.17.0-beta.12
    Source code(tar.gz)
    Source code(zip)
  • v4.18.0-beta.5(Nov 11, 2022)

    • a01fab5ff - 4.18.0-beta.5
    • c57baeb35 - integrate change request settings be (#2403)
    • 70e020ffe - fix: project access table (#2404)
    • 2fa154a3e - Update environments (#2339)
    • b9db7952f - feat: add permission buttons for change requests (#2392)
    • 74c518915 - Feat/add change request settings (#2390)
    • 665638b9d - fix: Fix broken OpenAPI (#2379)
    • 3f78bc93d - chore(deps): update material-ui monorepo (#2269)
    • 7207f1b57 - chore(deps): update dependency minimatch to v5 (#2400)
    • 27eac4bc7 - fix(deps): update dependency json-schema-to-ts to v2.6.0 (#2397)
    • 64bda7cfd - chore(deps): update typescript-eslint monorepo to v5.42.1 (#2395)
    • fb8136688 - chore(deps): update dependency @uiw/react-codemirror to v4.13.2 (#2393)
    • 6641e11ac - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.2 (#2391)
    • e5c72ee75 - chore(deps): update dependency sass to v1.56.1 (#2376)
    • 96d995f3f - chore(deps): update dependency @uiw/react-codemirror to v4.13.0 (#2373)
    • 79806840e - Update index.md (#2383)
    • cbfeedf48 - chore(deps): update node.js to v14.21.1 (#2385)
    • 0bb5a3d07 - chore(deps): update dependency vitest to v0.25.1 (#2384)
    • fc2a9d820 - chore(deps): bump loader-utils from 1.4.0 to 1.4.1 in /website (#2353)
    • 7bc4d1fff - 4.18.0-beta.4
    • e5a5d7ded - Fix async issue (#2387)
    • b1af0b224 - 4.18.0-beta.3
    • 076ce027e - Extract gravatar URL fn (#2386)
    • 029bb2453 - 4.18.0-beta.2
    • ac78c8f73 - Feat/change request permissions (#2382)
    • 45ee13503 - feat: project change request page frontend (#2361)
    • 0649262c7 - chore(deps): update dependency eslint to v8.27.0 (#2374)
    • 81ff55286 - chore(deps): update dependency msw to v0.48.1 (#2375)
    • 1312579bf - fix: upgrade @types/node to v16.18.3 (#2365)
    • 5dd319e41 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.0 (#2372)
    • f71f9179a - chore(deps): update dependency babel-loader to v9 (#2293)
    • 0daf3e53d - chore(deps): update lycheeverse/lychee-action action to v1.5.4 (#2367)
    • 038bf4fa6 - chore(deps): update jest monorepo (#2366)
    • e9501d3f8 - chore(deps): update dependency vite to v3.2.3 (#2364)
    • a658693f2 - Docs: Impression events only fire on enabled front-end toggles (#2153)
    • 794ed681e - fix(deps): update dependency helmet to v6 (#2295)
    • 8999d852b - fix(deps): update dependency make-fetch-happen to v11 (#2296)
    • 24d2bbcf9 - chore(deps): update dependency @types/jest to v29 (#1529)
    • 2fb548f4c - chore(deps): update metcalfc/changelog-generator action to v4 (#2294)
    • 325cd34c0 - fix: remove 'fixHourMetrics' flag
    • 0c2a67f1d - chore(deps): update dependency openapi-enforcer to v1.22.1 (#2362)
    • 670b97ded - fix: set suggested min value to 0 (#2363)
    • 343e561bc - chore(deps): update dependency jsdom to v20.0.2 (#2355)
    • b9f55a3fb - fix sidebar width (#2359)
    • b61dbbd71 - fix: remove lexical illusion in playground guidance (#2360)
    • 47a617c78 - Add changeRequestEnabled to project and project_environments (#2357)
    • ff11f30e1 - Change request approvers displaying in UI (#2358)
    • f316e99dc - Authorization header webhook (#2356)
    • 29524ab42 - 4.18.0-beta.1
    • 5e14e80ae - Change request approvals table (#2347)
    • d998f4c67 - feat: suggest strategy from template (#2340)
    • 907cce9c8 - chore(deps): update dependency husky to v8.0.2 (#2354)
    • aed48c0ee - chore(deps): update dependency @swc/core to v1.3.14 (#2352)
    • aa9aa6fb4 - styling change request sidebar (#2350)
    • 5b3d95cc3 - If baseUriPath is set format it, but if it's not, don't override default with empty string (#2118)
    • d5e33ab1f - Fix(export API): accept true and false as param values (#2349)
    • 75c3fcd17 - docs: update export/import examples (#2348)
    • f5fb7b66d - Fix: validate that the project is correct when getting feature by project (#2344)
    • 88a9e0cb9 - feat: stateful banner (#2346)
    • b086f7fd5 - 4.17.2
    • 4574c9f90 - Fix/embedded proxy memory leak (#2345)
    • f76ac0edb - Fix/embedded proxy memory leak (#2345)
    • f624f4498 - 4.17.1
    • c6f906159 - feat: env check in change requests (#2336)
    • 377a99753 - fix: merge order for UI config
    • bf521b58f - fix: merge order for UI config
    • 302cb176c - 4.17.0
    • cb45aecda - fix: clone environment creating token everytime (#2335)
    • 9577a8152 - fix: clone environment creating token everytime (#2335)
    • 065833e5d - feat: display change details (#2327)
    • 4b281d951 - Change request - edit strategy (#2334)
    • d2000f284 - feat: request change - add strategy (#2330)
    • c1e0bd83b - Frontend - Suggest change copy strategy (#2312)
    • 587c02258 - 4.17.0-beta.13
    • a267f13a7 - 4.18.0-beta.0
    • 102713eec - Remove uniqueness from change requests merging (#2332)
    • fae7de0d5 - refactor: hook for change requests (#2331)
    • 47cc16802 - Fix: Conditionally hide Change Requests tab (#2329)
    • 1061991eb - fix: generate all hour buckets if missing (#2319)
    • 2d2d6f268 - fix: generate all hour buckets if missing (#2319)
    • 46076fcbc - Fix: Conditionally hide Change Requests tab (#2329)
    • f0a929044 - Change request API draft to open (#2320)
    • 2cb763145 - 4.17.0-beta.12
    Source code(tar.gz)
    Source code(zip)
  • v4.18.0-beta.4(Nov 10, 2022)

    • 7bc4d1fff - 4.18.0-beta.4
    • e5a5d7ded - Fix async issue (#2387)
    • b1af0b224 - 4.18.0-beta.3
    • 076ce027e - Extract gravatar URL fn (#2386)
    • 029bb2453 - 4.18.0-beta.2
    • ac78c8f73 - Feat/change request permissions (#2382)
    • 45ee13503 - feat: project change request page frontend (#2361)
    • 0649262c7 - chore(deps): update dependency eslint to v8.27.0 (#2374)
    • 81ff55286 - chore(deps): update dependency msw to v0.48.1 (#2375)
    • 1312579bf - fix: upgrade @types/node to v16.18.3 (#2365)
    • 5dd319e41 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.0 (#2372)
    • f71f9179a - chore(deps): update dependency babel-loader to v9 (#2293)
    • 0daf3e53d - chore(deps): update lycheeverse/lychee-action action to v1.5.4 (#2367)
    • 038bf4fa6 - chore(deps): update jest monorepo (#2366)
    • e9501d3f8 - chore(deps): update dependency vite to v3.2.3 (#2364)
    • a658693f2 - Docs: Impression events only fire on enabled front-end toggles (#2153)
    • 794ed681e - fix(deps): update dependency helmet to v6 (#2295)
    • 8999d852b - fix(deps): update dependency make-fetch-happen to v11 (#2296)
    • 24d2bbcf9 - chore(deps): update dependency @types/jest to v29 (#1529)
    • 2fb548f4c - chore(deps): update metcalfc/changelog-generator action to v4 (#2294)
    • 325cd34c0 - fix: remove 'fixHourMetrics' flag
    • 0c2a67f1d - chore(deps): update dependency openapi-enforcer to v1.22.1 (#2362)
    • 670b97ded - fix: set suggested min value to 0 (#2363)
    • 343e561bc - chore(deps): update dependency jsdom to v20.0.2 (#2355)
    • b9f55a3fb - fix sidebar width (#2359)
    • b61dbbd71 - fix: remove lexical illusion in playground guidance (#2360)
    • 47a617c78 - Add changeRequestEnabled to project and project_environments (#2357)
    • ff11f30e1 - Change request approvers displaying in UI (#2358)
    • f316e99dc - Authorization header webhook (#2356)
    • 29524ab42 - 4.18.0-beta.1
    • 5e14e80ae - Change request approvals table (#2347)
    • d998f4c67 - feat: suggest strategy from template (#2340)
    • 907cce9c8 - chore(deps): update dependency husky to v8.0.2 (#2354)
    • aed48c0ee - chore(deps): update dependency @swc/core to v1.3.14 (#2352)
    • aa9aa6fb4 - styling change request sidebar (#2350)
    • 5b3d95cc3 - If baseUriPath is set format it, but if it's not, don't override default with empty string (#2118)
    • d5e33ab1f - Fix(export API): accept true and false as param values (#2349)
    • 75c3fcd17 - docs: update export/import examples (#2348)
    • f5fb7b66d - Fix: validate that the project is correct when getting feature by project (#2344)
    • 88a9e0cb9 - feat: stateful banner (#2346)
    • b086f7fd5 - 4.17.2
    • 4574c9f90 - Fix/embedded proxy memory leak (#2345)
    • f76ac0edb - Fix/embedded proxy memory leak (#2345)
    • f624f4498 - 4.17.1
    • c6f906159 - feat: env check in change requests (#2336)
    • 377a99753 - fix: merge order for UI config
    • bf521b58f - fix: merge order for UI config
    • 302cb176c - 4.17.0
    • cb45aecda - fix: clone environment creating token everytime (#2335)
    • 9577a8152 - fix: clone environment creating token everytime (#2335)
    • 065833e5d - feat: display change details (#2327)
    • 4b281d951 - Change request - edit strategy (#2334)
    • d2000f284 - feat: request change - add strategy (#2330)
    • c1e0bd83b - Frontend - Suggest change copy strategy (#2312)
    • 587c02258 - 4.17.0-beta.13
    • a267f13a7 - 4.18.0-beta.0
    • 102713eec - Remove uniqueness from change requests merging (#2332)
    • fae7de0d5 - refactor: hook for change requests (#2331)
    • 47cc16802 - Fix: Conditionally hide Change Requests tab (#2329)
    • 1061991eb - fix: generate all hour buckets if missing (#2319)
    • 2d2d6f268 - fix: generate all hour buckets if missing (#2319)
    • 46076fcbc - Fix: Conditionally hide Change Requests tab (#2329)
    • f0a929044 - Change request API draft to open (#2320)
    • 2cb763145 - 4.17.0-beta.12
    Source code(tar.gz)
    Source code(zip)
  • v4.18.0-beta.3(Nov 10, 2022)

    • b1af0b224 - 4.18.0-beta.3
    • 076ce027e - Extract gravatar URL fn (#2386)
    • 029bb2453 - 4.18.0-beta.2
    • ac78c8f73 - Feat/change request permissions (#2382)
    • 45ee13503 - feat: project change request page frontend (#2361)
    • 0649262c7 - chore(deps): update dependency eslint to v8.27.0 (#2374)
    • 81ff55286 - chore(deps): update dependency msw to v0.48.1 (#2375)
    • 1312579bf - fix: upgrade @types/node to v16.18.3 (#2365)
    • 5dd319e41 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.0 (#2372)
    • f71f9179a - chore(deps): update dependency babel-loader to v9 (#2293)
    • 0daf3e53d - chore(deps): update lycheeverse/lychee-action action to v1.5.4 (#2367)
    • 038bf4fa6 - chore(deps): update jest monorepo (#2366)
    • e9501d3f8 - chore(deps): update dependency vite to v3.2.3 (#2364)
    • a658693f2 - Docs: Impression events only fire on enabled front-end toggles (#2153)
    • 794ed681e - fix(deps): update dependency helmet to v6 (#2295)
    • 8999d852b - fix(deps): update dependency make-fetch-happen to v11 (#2296)
    • 24d2bbcf9 - chore(deps): update dependency @types/jest to v29 (#1529)
    • 2fb548f4c - chore(deps): update metcalfc/changelog-generator action to v4 (#2294)
    • 325cd34c0 - fix: remove 'fixHourMetrics' flag
    • 0c2a67f1d - chore(deps): update dependency openapi-enforcer to v1.22.1 (#2362)
    • 670b97ded - fix: set suggested min value to 0 (#2363)
    • 343e561bc - chore(deps): update dependency jsdom to v20.0.2 (#2355)
    • b9f55a3fb - fix sidebar width (#2359)
    • b61dbbd71 - fix: remove lexical illusion in playground guidance (#2360)
    • 47a617c78 - Add changeRequestEnabled to project and project_environments (#2357)
    • ff11f30e1 - Change request approvers displaying in UI (#2358)
    • f316e99dc - Authorization header webhook (#2356)
    • 29524ab42 - 4.18.0-beta.1
    • 5e14e80ae - Change request approvals table (#2347)
    • d998f4c67 - feat: suggest strategy from template (#2340)
    • 907cce9c8 - chore(deps): update dependency husky to v8.0.2 (#2354)
    • aed48c0ee - chore(deps): update dependency @swc/core to v1.3.14 (#2352)
    • aa9aa6fb4 - styling change request sidebar (#2350)
    • 5b3d95cc3 - If baseUriPath is set format it, but if it's not, don't override default with empty string (#2118)
    • d5e33ab1f - Fix(export API): accept true and false as param values (#2349)
    • 75c3fcd17 - docs: update export/import examples (#2348)
    • f5fb7b66d - Fix: validate that the project is correct when getting feature by project (#2344)
    • 88a9e0cb9 - feat: stateful banner (#2346)
    • b086f7fd5 - 4.17.2
    • 4574c9f90 - Fix/embedded proxy memory leak (#2345)
    • f76ac0edb - Fix/embedded proxy memory leak (#2345)
    • f624f4498 - 4.17.1
    • c6f906159 - feat: env check in change requests (#2336)
    • 377a99753 - fix: merge order for UI config
    • bf521b58f - fix: merge order for UI config
    • 302cb176c - 4.17.0
    • cb45aecda - fix: clone environment creating token everytime (#2335)
    • 9577a8152 - fix: clone environment creating token everytime (#2335)
    • 065833e5d - feat: display change details (#2327)
    • 4b281d951 - Change request - edit strategy (#2334)
    • d2000f284 - feat: request change - add strategy (#2330)
    • c1e0bd83b - Frontend - Suggest change copy strategy (#2312)
    • 587c02258 - 4.17.0-beta.13
    • a267f13a7 - 4.18.0-beta.0
    • 102713eec - Remove uniqueness from change requests merging (#2332)
    • fae7de0d5 - refactor: hook for change requests (#2331)
    • 47cc16802 - Fix: Conditionally hide Change Requests tab (#2329)
    • 1061991eb - fix: generate all hour buckets if missing (#2319)
    • 2d2d6f268 - fix: generate all hour buckets if missing (#2319)
    • 46076fcbc - Fix: Conditionally hide Change Requests tab (#2329)
    • f0a929044 - Change request API draft to open (#2320)
    • 2cb763145 - 4.17.0-beta.12
    Source code(tar.gz)
    Source code(zip)
  • v4.18.0-beta.2(Nov 10, 2022)

    • 029bb2453 - 4.18.0-beta.2
    • ac78c8f73 - Feat/change request permissions (#2382)
    • 45ee13503 - feat: project change request page frontend (#2361)
    • 0649262c7 - chore(deps): update dependency eslint to v8.27.0 (#2374)
    • 81ff55286 - chore(deps): update dependency msw to v0.48.1 (#2375)
    • 1312579bf - fix: upgrade @types/node to v16.18.3 (#2365)
    • 5dd319e41 - chore(deps): update dependency @uiw/codemirror-theme-duotone to v4.13.0 (#2372)
    • f71f9179a - chore(deps): update dependency babel-loader to v9 (#2293)
    • 0daf3e53d - chore(deps): update lycheeverse/lychee-action action to v1.5.4 (#2367)
    • 038bf4fa6 - chore(deps): update jest monorepo (#2366)
    • e9501d3f8 - chore(deps): update dependency vite to v3.2.3 (#2364)
    • a658693f2 - Docs: Impression events only fire on enabled front-end toggles (#2153)
    • 794ed681e - fix(deps): update dependency helmet to v6 (#2295)
    • 8999d852b - fix(deps): update dependency make-fetch-happen to v11 (#2296)
    • 24d2bbcf9 - chore(deps): update dependency @types/jest to v29 (#1529)
    • 2fb548f4c - chore(deps): update metcalfc/changelog-generator action to v4 (#2294)
    • 325cd34c0 - fix: remove 'fixHourMetrics' flag
    • 0c2a67f1d - chore(deps): update dependency openapi-enforcer to v1.22.1 (#2362)
    • 670b97ded - fix: set suggested min value to 0 (#2363)
    • 343e561bc - chore(deps): update dependency jsdom to v20.0.2 (#2355)
    • b9f55a3fb - fix sidebar width (#2359)
    • b61dbbd71 - fix: remove lexical illusion in playground guidance (#2360)
    • 47a617c78 - Add changeRequestEnabled to project and project_environments (#2357)
    • ff11f30e1 - Change request approvers displaying in UI (#2358)
    • f316e99dc - Authorization header webhook (#2356)
    • 29524ab42 - 4.18.0-beta.1
    • 5e14e80ae - Change request approvals table (#2347)
    • d998f4c67 - feat: suggest strategy from template (#2340)
    • 907cce9c8 - chore(deps): update dependency husky to v8.0.2 (#2354)
    • aed48c0ee - chore(deps): update dependency @swc/core to v1.3.14 (#2352)
    • aa9aa6fb4 - styling change request sidebar (#2350)
    • 5b3d95cc3 - If baseUriPath is set format it, but if it's not, don't override default with empty string (#2118)
    • d5e33ab1f - Fix(export API): accept true and false as param values (#2349)
    • 75c3fcd17 - docs: update export/import examples (#2348)
    • f5fb7b66d - Fix: validate that the project is correct when getting feature by project (#2344)
    • 88a9e0cb9 - feat: stateful banner (#2346)
    • b086f7fd5 - 4.17.2
    • 4574c9f90 - Fix/embedded proxy memory leak (#2345)
    • f76ac0edb - Fix/embedded proxy memory leak (#2345)
    • f624f4498 - 4.17.1
    • c6f906159 - feat: env check in change requests (#2336)
    • 377a99753 - fix: merge order for UI config
    • bf521b58f - fix: merge order for UI config
    • 302cb176c - 4.17.0
    • cb45aecda - fix: clone environment creating token everytime (#2335)
    • 9577a8152 - fix: clone environment creating token everytime (#2335)
    • 065833e5d - feat: display change details (#2327)
    • 4b281d951 - Change request - edit strategy (#2334)
    • d2000f284 - feat: request change - add strategy (#2330)
    • c1e0bd83b - Frontend - Suggest change copy strategy (#2312)
    • 587c02258 - 4.17.0-beta.13
    • a267f13a7 - 4.18.0-beta.0
    • 102713eec - Remove uniqueness from change requests merging (#2332)
    • fae7de0d5 - refactor: hook for change requests (#2331)
    • 47cc16802 - Fix: Conditionally hide Change Requests tab (#2329)
    • 1061991eb - fix: generate all hour buckets if missing (#2319)
    • 2d2d6f268 - fix: generate all hour buckets if missing (#2319)
    • 46076fcbc - Fix: Conditionally hide Change Requests tab (#2329)
    • f0a929044 - Change request API draft to open (#2320)
    • 2cb763145 - 4.17.0-beta.12
    Source code(tar.gz)
    Source code(zip)
Owner
Unleash
The Open-Source Feature Toggle Service
Unleash
⚡️The Fullstack React Framework — built on Next.js

The Fullstack React Framework "Zero-API" Data Layer — Built on Next.js — Inspired by Ruby on Rails Read the Documentation “Zero-API” data layer lets y

⚡️Blitz 12.5k Jan 4, 2023
Execute obsidian commands with short key sequences. For example, 'tp' for 'Toggle Preview' and 'tb' for 'Toggle Sidebar'. Easier to remember.

Key Sequence Shortcut Key Sequence Shortcut is an obsidian plugin, allow binding key sequences to an obsidian command. For example If we assume "t" st

Yu Wang 26 Dec 26, 2022
They stole our free learn feature, so it's now time for an open source variant

Quizletbutfree This project was generated using Nx. ?? Smart, Fast and Extensible Build System Quick Start & Documentation Nx Documentation 10-minute

zerxal 2 Nov 13, 2022
Reference for How to Write an Open Source JavaScript Library - https://egghead.io/series/how-to-write-an-open-source-javascript-library

Reference for How to Write an Open Source JavaScript Library The purpose of this document is to serve as a reference for: How to Write an Open Source

Sarbbottam Bandyopadhyay 175 Dec 24, 2022
A damn-sexy, open source real-time dashboard builder for IOT and other web mashups. A free open-source alternative to Geckoboard.

freeboard free·board (noun) *\ˈfrē-ˌbȯrd* the distance between the waterline and the main deck or weather deck of a ship or between the level of the w

freeboard 6.3k Dec 28, 2022
An Open-Source Platform to certify open-source projects.

OC-Frontend This includes the frontend for Open-Certs. ?? After seeing so many open-source projects being monetized ?? without giving any recognition

Open Certs 15 Oct 23, 2022
Shikhar 4 Oct 9, 2022
This is a project for open source enthusiast who want to contribute to open source in this hacktoberfest 2022. 💻 🎯🚀

HACKTOBERFEST-2022-GDSC-IET-LUCKNOW Beginner-Hacktoberfest Need Your first pr for hacktoberfest 2k22 ? come on in About Participate in Hacktoberfest b

null 8 Oct 29, 2022
DownTube is a free to use - Content downloader service that works upon YouTube based open source APIs. It is developed and handled by M30.

?? DownTube 3.1.7 DownTube is a free to use - Content downloader service that works upon YouTube based open source APIs. It is developed and handled b

Dev Anand 1 Sep 5, 2022
A free, open-source, web-based self-service BI tailor-made for analytical databases.

Rocket BI RocketBI is a self-service, web-based business intelligent product tailor-made for analytical databases. RocketBI is the core product of Dat

Data Insider 19 Jan 3, 2023
RESTful service to provide API linting as-a-service

API Linting Service Prerequisites / general idea General idea behind this API implementation is to provide an API as a service based on the awesome sp

Schwarz IT 6 Mar 14, 2022
TypeScript plugin for service-to-service (aka. "functionless") cloud integrations.

Functionless λ< Functionless is a TypeScript plugin that transforms TypeScript code into Service-to-Service (aka. "functionless") integrations, such a

sam 303 Jan 2, 2023
A package to toggle properties of your HTML tags.

Toggler A package(atleast the code) to toggle properties of tags. I mostly use toggle classes while making a switch theme method, button interaction e

chandra sekhar pilla 6 Jan 9, 2022
Light-switch-bootstrap - Dark mode toggle for Bootstrap 5

?? Light Switch for Bootstrap 5 Basic Bootstrap 5 custom checkbox to use night mode in your web site. Under the hood Switching to dark mode is done by

Han 35 Jan 2, 2023
Toggle the state of a UI element to easily create components e.g. collapse, accordion, tabs, dropdown, dialog/modal.

Tiny UI Toggle Toggle the state of a UI element to easily create components e.g. collapse, accordion, tabs, dropdown, dialog/modal. Demo and documenta

Nigel O Toole 79 Dec 22, 2022
Interactive, accessible toggle switches for the web.

On-Off Toggle Switch Interactive, accessible toggle switches for the web Transform checkboxes into toggle switches. Toggle switches made for the web a

Timmy Willison 91 Sep 9, 2022
DoMe is a ToDo App. you can add, delete and reorder elements of the todo list using drag and drop. You can also toggle between dark&light mode

DO ME Todo App Live Preview : DO ME Built With : - ReactJS - TailwindCSS Make sure you have: - Git - Nodejs version 14 or higher (we recommend using

Medjahdi Islem 5 Nov 18, 2022
Toggle Dark-Mode manually on InStream.de

InStream.de Dark-Mode Umschalter Was es macht Dieses Add-On für Firefox fügt einen Button hinzu, mit dem man websites zwischen "Normal" und "Dark-Mode

InStream.de 2 Feb 7, 2022
❤️ A heart-shaped toggle switch component for React.

heart-switch A heart-shaped toggle switch component for React. Inspired by Tore Bernhoft's I heart toggle Dribbble shot. ?? Table of Contents ?? Getti

Anatoliy Gatt 413 Dec 15, 2022