Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 7 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,18 @@ Switching fast. Adapt everywhere.

# About

**Switcher API** is a *Feature Flag* API with the main focus on decreasing the friction caused by changes while keeping control of what really matters.
**Switcher API** is a *Feature Manager* that allows you to control your application features using feature flags, also known as feature toggles, feature switches, or feature flippers. It is a cloud-based solution that provides a simple and efficient way to manage your features, enabling you to release new features to your users with confidence.

Main features:
- Easy to setup and seemless integration with your application using our lightweight Client SDKs.
- Shareable Switchers can be used across multiple applications with high support to observability.
- Easy to setup and seamless integration with your application using our lightweight Client SDKs.
- Distributed Switchers can be used across multiple applications allowing you to control features in a centralized fashion.
- Multi-environment support. Create and manage features across different environments.
- Add extra layer of verification with custom conditions using Strategies.
- Delegate Switcher criteria decision to external services with Switcher Relay.
- Delegate Switcher criteria decision to specialized application with Switcher Relay.
- Support to multiple teams and granular access control.
- Integrate with Slack usign Switcher Slack App to enable release flow requests.
- Detailed metrics and logs to help you understand how your features are being used.
- Open Source and free to use.


- **JS Client SDK**: (https://github.com/switcherapi/switcher-client-js)
- **Deno Client SDK**: (https://github.com/switcherapi/switcher-client-deno)
- **Java Client SDK**: (https://github.com/switcherapi/switcher-client-java)
- **Switcher Management**: (https://github.com/switcherapi/switcher-management)
- **Switcher Slack App**: (https://github.com/switcherapi/switcher-slack-app)
- Integrate with Slack usign Switcher Slack App to enable approval workflows.
- Integrate with your CI/CD pipeline to automate feature releases and centralize feature management with Switcher GitOps.
- Detailed metrics and logs to help you to track and monitor your features.

* * *

Expand Down
22 changes: 11 additions & 11 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "switcher-api",
"version": "1.2.8",
"version": "1.3.0",
"description": "Feature Flag/Toggle API",
"main": "src/start.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sonar.projectKey=switcherapi_switcher-api
sonar.projectName=switcher-api
sonar.organization=switcherapi
sonar.projectVersion=1.2.8
sonar.projectVersion=1.3.0
sonar.links.homepage=https://github.com/switcherapi/switcher-api

sonar.testExecutionReportPaths=test-report.xml
Expand Down
2 changes: 1 addition & 1 deletion src/api-docs/swagger-info.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
title: 'Switcher API',
version: 'v1.2.8',
version: 'v1.3.0',
description: 'Switcher API is a Feature Flag API focused on toggling features over different environments and applications.',
contact: {
name: 'Roger Floriano (petruki)',
Expand Down