This format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v1.51.1 - 2024-11-05
- replace gofrs/uuid with google/uuid (#3576)
examples
: bump examples with recent changes (#3575)- update attachment messaging and size to allow 1mb (#3595)
- pin goreleaser to v2.3.x to fix arm release (#3598)
- devcontainer update go version to 1.23 (#3597)
ui
: remove unnecessary scrolls for quick edit forms (#3592)ofrep
: forward x-flipt-namespace http header from grpc-gateway to (#3591)cockroachdb
: rework migrations for cockroachdb v23 and v24 (#3573)- use user's home for sqlite db if no preferred location (#3570)
v1.51.0 - 2024-10-28
ofrep
: relax flags constraint for bulk evaluation (#3556)- don't allow to delete segment which is in use (#3552)
export
: display a better error for missing segments and don't hide them in ui (#3527)
- Import issue when --address and --drop is used (#3530)
v1.50.1 - 2024-10-01
ext
: determinism in exporting and declarative formats (#3509)
- skip authz for clickhouse (#3511)
v1.50.0 - 2024-09-17
- Add configurable nonce for OIDC provider. (#3453)
audit
: include default_variant into flag audit payload (#3472)storage
: map protobuf enums to ints in sql (#3454)- support scoped namespace tokens for evaluation data api (#3452)
v1.49.2 - 2024-09-09
- enable pgx simple protocol if prepared statements disabled (#3436)
- check authz for client-side evaluation endpoint (#3438)
v1.49.1 - 2024-09-03
authz
: use lock only during the variables update (#3431)
storage/fs
: threading insecure and ca bundle on fetch (#3433)
v1.49.0 - 2024-09-02
ui
: save sort state in redux (#3415)authz
: added a helper function to the policy engine to simplify (#3419)
audit
: add integration testing for audit webhooks (#3384)
ui
: show boolean flags as enabled in the console dropdown (#3399)
v1.48.1 - 2024-08-16
audit
: provide correct leveled_logger for retryablehttp client (#3382)
v1.48.0 - 2024-08-14
ofrep
: implement bulk evaluation for OFREP (#3364)- Support import export namespace data (#3356)
- support postgresql url prefix (#3354)
sdk
: update go sdk examples with new change in gRPC (#3363)- generate OpenAPI from grpc (#3357)
- add rajyan as a contributor for code (#3359)
- add radekska as a contributor for code (#3355)
cors
: add missing from default allowed CORS headers (#3378)gh
: clear unused tools before dagger runs (#3362)- use different error messages for namespace scoped token errors (#3358)
v1.47.1 - 2024-08-01
storage
: support mysql 5.7 in 12 migration (#3334)ui
: preserve default variant during the flag updates (#3330)
v1.47.0 - 2024-07-29
- add single evaluation endpoint for OFREP (#3267)
import
: Add import append flag to import new flags only not existing in DB yet (#3299)- default variants (#3271)
- support etag for declarative stores (#3287)
- support for flag metadata - api only (#3196)
- Update default rollout (#3301)
- show default value in flag table (#3300)
- add kvnhmn as a contributor for code (#3304)
- add wtertius as a contributor for code (#3303)
v1.46.3 - 2024-08-01
storage
: support mysql 5.7 in 12 migration (#3334)
v1.46.2 - 2024-07-25
config
: remove experiment tag from config struct (#3305)
v1.46.1 - 2024-07-17
- passing invalid logger to retriable http client (#3285)
v1.46.0 - 2024-07-15
- Etag support for client side evaluation (#3248)
- Add provider configuration for ofrep (#3247)
audit
: implement sink for kafka (#3204)
- Fix issue with missing code coverage report (#3238)
v1.45.2 - 2024-07-25
- passing invalid logger to retriable http client
config
: remove experiment tag from config struct (#3305)
v1.45.1 - 2024-07-09
- Forward x-flipt-accept-server-version to grpc (#3262)
v1.45.0 - 2024-06-26
- Rbac cloud (#3203)
authz
: add opa bundle support (#3194)- support environment variable substitution in config files (#3195)
authz
: move out of experimental (#3203)proto
: prevent panic in protoc-gen-go-flipt-sdk (#3215)build
: move to new dagger v0.11.8 (#3144)
build
: configure token authentication for migration test suite (#3177)
v1.44.1 - 2024-07-09
- forward x-flipt-accept-server-version to grpc (#3262)
v1.44.0 - 2024-06-13
- allow to copy evaluate command in a CLI format (#3154)
build/testing
: add authz specific integration tests (#3163)- Audit failed authz attempts (#3155)
- support writing audit events to stdout for log (#3113)
ui
: allow change top bar theme color (#3128)
- dont log grpc healthcheck
ui
: prevent reload after logout (#3149)auth
: allow authorization for Github and OIDC behind the reverse (#3135)
v1.43.0 - 2024-05-30
- experimental: Authz (#3008)
- add support for ghe (#3136)
cache/redis
: support ca certificate and insecure tls options (#3107)fs/git
: add support for cloning target repository to the local filesystem
- add tvcsantos as a contributor for code (#3137)
- add vk-rv as a contributor for code (#3112)
config
: rename git backend filesystem to local (#3110)
ui
: await expiring auth self before redirecting (#3133)- issues with cloud config for cloud serve (#3129)
- use cloud auth token from JWT instead of API key if present for flipt cloud serve (#3114)
- prevent redis shutdown (#3111)
- write response for cloud login before server shutdown (#3109)
v1.42.1 - 2024-05-21
- Optimized the Git backend to only fetch explicitly required references (#3100)
v1.42.0 - 2024-05-15
- logout redirect to cloud issuer (#3082)
- add banner about cloud offering (#3077)
- Cloud support (#2998)
integration
: add failing case for rules with no distributions (#3078)
- nightly and snapshot builds (mage) (#3084)
migrations
: change the order of queries for mysql (#3039)
v1.41.2 - 2024-05-14
- Bug in rules evaluation with no distributions for declarative stores (#3076)
- Make OCI reauthenticate when using AWS ECR (#3044)
v1.41.1 - 2024-05-01
breaking
: sampling ratio yaml config (#3034)
v1.41.0 - 2024-04-30
- add semver constraint for git storage (#2977)
- OTLP metrics exporter (#3021)
authn
: allow validation of jwt subject claim (#2995)- improve open telemetry tracing instrumentation (#2984)
config
: support remote blob storage for service configuration (#2983)
storage
: move from lib/pq to pgx (#2996)
cmd/grpc
: skip eval data service when evaluation API auth excluded (#3018)
v1.40.2 - 2024-04-23
cmd/grpc
: skip eval data service when evaluation API auth excluded (#3018)
v1.40.1 - 2024-04-11
- add halcyonCorsair as a contributor for code (#2970)
- only store auth hash in cache (#2974)
auth
: skip establishing a database connection when not necessary (#2973)cache
: accept a username in redis configuration (#2953)
v1.40.0 - 2024-04-05
oci
: better integration OCI storage with AWS ECR (#2941)fs/git
: add support for a directory scope (#2939)cmd
: allow passing a working directory for flipt validate command (#2936)
- moved validation into its separate package (#2831)
- invalid trace log level schema (#2946)
- jsonschema to correctly validate key|keys in rollout segment (#2947)
ui
: evaluation console provides the warning for user about context values (#2937)- dont error on parsing in evaluator (#2918)
v1.39.2 - 2024-03-29
- isnotoneof operator using incorrect logic (#2912)
- issue with segment constraints if belonging to same segment key in different namespaces (#2920)
v1.39.1 - 2024-03-27
- make oci manifest version configurable (#2908)
v1.39.0 - 2024-03-25
- add team membership check to GitHub authentication method (#2891)
- clear session if authentication methods change
- add command bar (#2815)
- add JWT aware UI and revise metadata for audit events
ui
: assistance for arrays data in constraints (#2889)
ui
: allow dot in the key of variant (#2887)- missing slash in copy as curl (#2875)
ui
: prevent react warning (#2845)ui
: show placeholder for entity id oneof* constraint (#2799)
v1.38.2 - 2024-03-15
- shadow bug for segments in Flipt Data API (#2860)
v1.38.1 - 2024-03-13
- Analytics page returning 501 if not enabled (#2486)
v1.38.0 - 2024-02-23
- add ability to check known flipt server verison (#2791)
- add integration test case for entity id adding
flipt
: add entityId as a constraint type and operatorotlp
: account for service name in environment variable (#2775)
tracing
: move tracing setup into own package and extra tests added (#2776)
ui
: stop removing upper case letters in keys (#2790)analytics
: aggregate data to run queries faster (#2778)ui
: prevent multiple analytics requests at once with polling (#2777)
v1.37.1 - 2024-02-12
analytics
: add live updates with play/pause button
ui
: increase z index for Slideover and Modal (#2758)- csp headers for formbricks (#2757)
v1.37.0 - 2024-02-09
- add inapp survey (#2753)
- first time onboarding experience (#2732)
analytics
: analytics support with Clickhouse (#2725)sdk/go
: add kubernetes authentication provider (#2703)examples
: add examples section for otlp -> clickhouse
- fix link to devenv.sh (#2731)
examples
: added example how to run flipt behind nginx (#2726)config
: mark authentication.exclude.metadata as deprecated (#2707)cmd
: dont omit 'enabled' in evaluate cli if false (#2705)
- running Flipt under reverse proxy with subpath (#2734)
ui
: fix input alignment on small screens (#2733)audit
: reordering rules or rollouts is not captured by audit logs (#2721)ui
: clean redux cache when namespace or flag is deleted (#2708)
v1.36.0 - 2024-01-23
cmd
: flipt evaluate CLI subcommand (#2678)validate
: add ability to further constrain schema (#2677)ui
: show configured Git ref in UI (#2673)storage/fs/git
: add initial support for multiple snapshots (#2609)
examples
: update openfeature example to use jaeger with otlp endpoint (#2676)ui
: improve index (#2669)ui
: improve Yup usage (#2647)ui/console
: replace monaco with codemirror (#2646)ui
: drop highlight.js (#2645)ui
: drop moment.js (#2644)ui
: drop lodash as deps (#2640)- deprecate Jaeger tracing (#2675)
cfg
: json schema missing storage type oci (#2674)ui
: boolean constraint type asks for value when you edit it (#2671)- Combobox not showing options upon input click (#2642)
fs/object
: close reader after using it (#2648)validate(cue):
get correct error line position (#2701)
v1.35.0 - 2024-01-09
- JWT auth (#2620)
grpc
: grpc keepalive configuration (#2621)storage/gcs
: add support for Google Cloud Storage (#2589)- cache evaluation rollouts at storage layer (#2610)
cleanup
: parallelize cleanup method tests (#2612)
ui
: searchbox has a black text color in dark mode so it's very hard (#2619)- config init does not work correctly (#2616)
- close oidc providers per lib recommendation (#2598)
v1.34.0 - 2023-12-28
- validate common auth config settings (#2579)
fs/azure
: add support for Azure Blob Storage (FS Object Backend) (#2538)rpc/flipt
: add Now timestamp with microsecond precision functionui
: show time/date format on settings/preferences page (#2537)
- use rpc/flipt.Now everywhere instead of timestamppb.Now
ui
: move listAuthMethods to Redux RTK (#2529)
config
: always use forward-slash as separator for DB URL (#2578)- close the indexFile after reading it (#2561)
- resolved issues with go-git 5.11.0 (#2543)
mysql
: increase timestamp precision from seconds to microsecondscfg
: default config outputs first INFO log regardless of FLIPT_LOG_LEVEL (#2536)
v1.33.0 - 2023-12-11
auth/github
: add organization membership check to GitHub (#2508)ui
: allow setting page size for tables (#2503)- use default config even on linux if no config found (#2496)
ui/console
: add copy as curl button (#2474)
cli
: silence usage on error (#2512)ui
: cleanup header; show user name and opt login in user dropdown (#2480)ui
: replace classNames with clsx library (#2482)ui
: use rtk for flags (#2478)ui
: move namespaces to use redux rtk (#2472)- rework tests for TLS options for git sources with self-signed certificates
ui
: remove h-screen from default for Loading component (#2527)ui
: page api call could finish earlier that Layout api calls (#2506)- dont show name/login section if only email (#2495)
v1.32.0 - 2023-11-29
- Add pre-commit hook support (#2451)
- Added TLS options for git sources with self-signed certificates (#2443)
ui/tokens
: delete multiple tokens (#2424)
ui
: move tokens api to Redux RTK (#2468)ui
: move Rollouts to use Redux storage (#2465)ui
: move Rules to use Redux for storage (#2461)- add mattiaforc as a contributor for code (#2463)
ui
: move Segments to use Redux storage (#2441)- add erka as a contributor for code (#2431)
cue
: add failing case for attachment array support
ui/console
: rework monaco editor (#2467)ui/console
: monaco web workers don't work (#2464)- incorrect selector usage in redux (#2446)
- camelcase JSON representation in storage config (#2445)
ui/token
: show search input if it contains user's input (#2439)ui/token
: default namespaced token does not get created without selecting 'default' (#2438)cue
: allow arrays for variant attachment
v1.31.3 - 2023-11-22
- Bad release of 1.31.2 causing the fixes in 1.31.1 to get dropped
v1.31.2 - 2023-11-21
- Make CUE schema more permissive and accepts arrays, as well as objects under variant attachments (#2422)
v1.31.1 - 2023-11-16
- Support Flipt running over Git repositories with submodules (#2405)
v1.31.0 - 2023-11-15
- Add support for namespaced auth tokens (#2352)
- Add constraint operator
IS ONE OF
/IS NOT ONE OF
(#2368) - Add rollout description to rollout cards (#2366)
- Update Colorscheme (#2363)
- Add OCI backend support (#2328)
- Add LiteFS example for Flipt in the examples directory (#2297)
- No value bug for boolean constraint type (#2395)
- Support fern and customizable allowed headers via CORS (#2393)
v1.30.1 - 2023-11-06
- Exclude health check from auth (#2350)
v1.30.0 - 2023-10-31
- add flag key to variant and boolean evaluation responses (#2318)
- add subject to authentication metadata for auditing (#2299)
git
: support SSH authentication (#2272)
ui
: redux all flag and variant state management (#2301)- dependency updates
- readOnly config option should be read_only (#2298)
- Audit log path will be created if doesn't exist (#2295)
v1.29.1 - 2023-10-26
- error about invalid offset with FS backend (#2286)
- security: GRPC dependency updates
v1.29.0 - 2023-10-23
- impl grpc health check (#2257)
distributions
: support updating distribution variant (#2235)- allow disabling profiling endpoints (#2195)
- LibSQL/Turso support
- Add default namespace in the sync store layer for FS implementations
v1.28.2 - 2023-10-13
service/middleware
: use separate cache keys for old and new evaluations (#2237)
v1.28.1 - 2023-10-04
- csp header for monaco editor (#2200)
- specify region to fix s3 feature (#2193)
v1.28.0 - 2023-10-02
ui
: Rules tab (#2176)- Add requestID to batch response (#2177)
cli
: Gen docs (#2173)storage/fs
: Allow FS backends to understand multi-document YAML filescli
: config edit command (#2169)- support export otel telemetry directly over http(s) (#2155)
cli
: cmd shell completions (#2168)import/export
: add support for exporting multiple namespaces and all namespacescli
: config init (#2147)import/export
: add functionality for importing YAML streamtracing
: add OTLP headers config (#2148)audit
: Add webhook templating for generic request to webhooks
- Dependency Updates
- export over https (#2152)
v1.27.2 - 2023-09-21
security
: dont marshal secrets to JSON
v1.27.1 - 2023-09-18
- Add token type and actions to audit event filter (#2121)
webhook
: Rewind HTTP request body upon request failure (#2143)- Default config allow env overrides (#2144)
v1.27.0 - 2023-09-13
- Audit info to telemetry (#2116)
- Webhook configuration for sending event payloads (#2087)
events
: Add feature for scoping the emission of events- Datadog as an exporter for OTLP traces (#2083)
- Default config (#2067)
- Support page instead of link to docs (#2063)
- Ability to set default theme for UI (#2062)
flipt/validate
: build entire snapshot on validate (#2093)- Dependency updates
build/generate
: add exposed port to flipt (#2060)
v1.26.1 - 2023-09-09
cmd/import
: check for correct not found error on create namespace (#2082)ext
: attempt to import when namespace exists on create namespace (#2089)schema
: make rollout description optional in cue schema (#2091)
v1.26.0 - 2023-08-28
- exp: Homebrew tap (#2044)
- Switch to monaco editor for console (#2040)
- default to ~/Library/Application\ Support/flipt for db sqlite file on mac (#2039)
auth
: Add parameters for pkce flowauth
: OAuth for GitHub (#2016)
- Dependency updates
- hover icon visibility for copy key to clipboard in lightmode (#2056)
v1.25.2 - 2023-08-23
internal/ext
: add 1.1 to versions and validate explicit 1.2 (#2042)
v1.25.1 - 2023-08-21
- cache shadow var when setting up middleware (#2017)
v1.25.0 - 2023-08-16
ui
: copy flag/segment key to clipboard button in ui (#1987)storage/cache
: add redis connection optional params (#1983)ui
: Force readonly (#1973)fs/s3
: Add support for prefix filtering (#1938)config/flipt.schema.*
: add oidc provider scopes property (#1946)segment-anding
: the ability to and or or multiple segments in rules and rollouts (#1941)
fs
: Graduate filesystem storage (#1976)
ui
: make flags/segments inputs disabled in readonly mode (#1986)
v1.24.2 - 2023-08-07
ui
: rule form inputs in darkmode (#1968)- store namespace in localstorage (#1950)
- dont clear all localstorage on 401 (#1951)
v1.24.1 - 2023-08-01
- fix(auth/middleware): only enforce email matches on OIDC method tokens (#1934)
v1.24.0 - 2023-07-31
- boolean flag type, rollouts, and new evaluation routes 🎉 (#1824)
fs/s3
: Initial support for s3 filesystem backend (#1900)email
: Add email matching logic for whitelisting OIDCbuild
: add mage dagger:run generate:screenshots (#1868)- add cache to get evaluation rules storage method (#1910)
- unhide validate command (#1909)
- add rudineirk as a contributor for code (#1913)
- add ahobson as a contributor for code (#1905)
- Dependency updates
- renable pprof (#1912)
- dagger cli test (#1899)
ui
: memoize selectors for namespaces (#1837)
v1.23.3 - 2023-07-06
- potential panic in
flipt validate
(#1831) - support variant desc in cue import schema (#1828)
- Dependency updates
v1.23.2 - 2023-07-03
- 'Share Feedback' link in app footer (#1812)
- trim trailing slash off of http request if exists
config
: ensure JSON schema validates the default configuration (#1788)config
: ensure default config passes CUE validation (#1758)- return 400 for invalid page token"
integration
: ensure all list limits are enforced correctly- Dependency updates
- Fix
flipt validate
command (#1811) - context cancelled/deadline exceeded errors coming back internal (#1803)
- prevent overwriting URL struct (#1784) for trailing slash change
v1.23.1 - 2023-06-15
- Ability to configure use of prepared statements (for enabling PGBouncer) (#1750)
telemetry
: track storage type and experimental features (#1745)
- Dependency updates
storage/sql
: set binary_parameters=yes for lib/pq when prepared statements disabled (#1753)- UI: input bg / text in darkmode (#1752)
- count rules was not taking flagKey into account (#1738)
- tag prefix for build info/release links (#1757)
v1.23.0 - 2023-06-12
- UI: Darkmode (#1692)
- UI: Copy to namespace (#1731)
- UI: Support for read-only mode (#1709)
- check source file from different places for configuration if they exist (#1650)
- Experimental: support for filesystem/git backends (#1714)
- Flipt Validate (#1642)
- add namespace to export, check for match on import (#1645)
- add storage configuration to support multiple backend types (#1644)
integration
: ensure public and auth self routes are reachable (#1729)cli
: ensure user configuration path supported (#1727)storage/sql
: handle null description on constraint during GetSegment (#1654)- UI: switch namespaces to use Redux (#1680)
build
: define CLI tests using dagger pipelines (#1679)- Dependency updates
- UI: disable flag toggle in read-only mode (#1719)
- cross namespaced constraints (#1721)
mage
: install package-changed as dev dependency (#1716)- UI: catch errs on call to namespaces API in namespace form (#1687)
- Get the openfeature example working (#1665)
- panic if no import file name provided (#1658)
v1.22.1 - 2023-05-24
storage/sql
: handle null description on constraint during GetSegment
v1.22.0 - 2023-05-23
- Datetime constraint type (#1602)
- Add optional description to constraints (#1581)
- Dependency updates
v1.21.1 - 2023-05-05
storage/sql
: paginated walk for resources using joins (#1584)
v1.21.0 - 2023-05-02
- OTEL implementation for audit sinks (#1458)
- Error highlighting in console (#1528)
- Additional telemetry data captured re: database, cache and authentication (#1527)
cmd/flipt
: restore console logger defaults on fatal (#1550)grpc/middleware
: set timestamp on each batch evaluate response (#1545)
- Dependency updates
v1.20.2 - 2023-05-05
storage/sql
: paginated walk for resources using joins (#1584)
v1.20.1 - 2023-04-27
grpc/middleware
: set timestamp on each batch evaluate response (#1545)
v1.20.0 - 2023-04-11
- Support for 'namespacing' / multi-environments. All types can now belong to a namespace allowing you to seperate your flags/segments/etc.
sdk/go
: add details regarding the HTTP transport (#1435)- All existing objects have been moved to the 'default' namespace to be fully backward compatible.
- Import/Export have been updated to be 'namespace-aware'
- Dependency updates
cmd/import
: re-open migration after dropping on import- protojson to use DiscardUnknown option for backwards compatibility (#1453)
rpc/flipt
: move all openapi annotations into yaml file (#1437)
v1.19.5 - 2023-05-05
storage/sql
: paginated walk for resources using joins (#1584)
v1.19.4 - 2023-04-27
grpc/middleware
: set timestamp on each batch evaluate response (#1545)
v1.19.3 - 2023-03-22
- Upgraded to Go 1.20
- Dependency updates
v1.19.2 - 2023-03-15
- Dependency updates
- Return better error messages for grpc-gateway errors #1397
- Import/Export for CockroachDB #1399
v1.19.1 - 2023-02-27
- Dependency updates
- UI: combobox shows 'No results found' if no input matches
- UI: issue where Edit Rule submit button was disabled ui #108
v1.19.0 - 2023-02-22 🔒
- UI: Settings/API Tokens management
- Enable ability to specify bootstrap token #1350
- Kubernetes Authentication Method #1344
- Dependency updates
- Switch to official redis client and redis-cache/v9 #1345
v1.18.2 - 2023-02-14 ❤️
- Deprecated
tracing.jaeger.enabled
#1316 - Added
frame-ancestors
directive toContent-Security-Policy
header #1317
- UI: Clear session if 401 is returned from server ui #88
- Ensure all authentication methods are being cleaned up #1337
- Ensure failed cookie auth attempt clears cookies #1336
- 500 error when providing invalid base64 encoded page token #1314
v1.18.1 - 2023-02-02
- Set Content-Security-Policy and
X-Content-Type-Options
headers #1293 - Ability to customize log keys/format #1295
- Additional OpenTelemetry annotations for
GetFlag
andEvaluate
calls #1306 - UI: Visual indicator on submitting + success message ui #52
- Dependency updates
- UI: Clear session on logout, change session storage format ui #64
- ListX calls could potentially lock the DB if running in SQLite. Also a nice performance boost #1297
- UI: Bug where editing constraint values did not pre-populate with existing values ui #67
- UI: Regression where we weren't showing help text when creating rule with no variants ui #58
v1.18.0 - 2023-01-23
- UI: Login via OIDC ui #41
- UI: Validate distribution percentages ui #37
- New
auth.ExpireAuthenticationSelf
endpoint to expire a user's own authentication #1279
- Dev: Switched from Task to Mage #1273
- Authentication metadata structure changed to JSON object #1275
- Dev: Make developing the UI easier by proxying
:8080
to vite #1278 - Dependency updates
- Setting Authentication cookies on localhost #1274
- Panic in
/meta
endpoints when Authentication was required but not present #1277 - Don't set empty CSRF cookie #1280
- Bootstrapping command in mage #1281
- Removed duplicate shutdown log #1282
v1.17.1 - 2023-01-13
- UI: Fix useEffect warnings from eslint ui #21
- UI: Show info about creating rule with no variants ui #22
- UI: Fix issue where key was changing when updating flag/segment name ui #25
- UI: Fixed issue where segment form would reset when changing matchType ui #26
- UI: Fixed auto key generation from name weirdness ui #27
v1.17.0 - 2023-01-12
- Brand new UI / UX 🎉
- JSON/CUE schema #1196
- Support config file versioning #1225
- OIDC Auth Methods #1197
- List API for Auth Methods #1240
- Move
/meta
API endpoints behind authentication #1250 - Dependency updates
- Deprecates
ui.enabled
in favor of always enabling the UI
- Don't print to stdout with color when using JSON log format #1188
- Embedded swagger/openapiv2 API docs in favor of hosted / openapiv3 API docs #1241
v1.16.0 - 2022-11-30
- Automatic authentication background cleanup process #1161.
- Fix configuration unmarshalling from
string
to[]string
to delimit on" "
vs","
#1179 - Dont log warnings when telemetry cannot report #1156
- Switched to use otel abstractions for recording metrics #1147.
- Dependency updates
v1.15.1 - 2022-11-28
- Authentication API read operations have been appropriately mounted and no longer return 404.
v1.15.0 - 2022-11-17
- Token-based authentication #1097
- Linting for markdown
- Merge automation for dependabot updates
- Dependency updates
v1.14.0 - 2022-11-02
reason
field inEvaluationResponse
payload detailing why the request evaluated to the given result #1099
- Deprecated both
db.migrations.path
anddb.migrations_path
#1096
- Propogating OpenTelemetry spans through Flipt #1112
v1.13.0 - 2022-10-17
- Page token based pagination for
list
methods for forward compatibility with future versions of the API #936 - Support for CockroachDB 🎉 #1064
- Validation for
list
methods now requires alimit
if requesting with anoffset
orpage_token
- Replaced OpenTracing with OpenTelemetry #576
- Updated favicon to new logo
- Documentation link in app no longer uses redirects
- Dependency updates
- Deprecated
offset
inlist
methods in favor ofpage_token
#936
- Correctly initialize shutdown context after interrupt #1057
- Removed stacktrace from error logs #1066
v1.12.1 - 2022-09-30
- Issue where parsing value with incorrect type would return 500 from the evaluation API #1047
- Dependency updates
- Use testcontainers for MySQL/Postgres tests to run locally #1045
v1.12.0 - 2022-09-22
- Ability to log as structure JSON #1027
- Ability to configure GRPC log level seperately from main service log level #1029
- Configuration 'enums' are encoding correctly as JSON #1030
- Dependency updates
- Rendering of clone icon for variants/constraints #1038
v1.11.0 - 2022-09-12
- Updated to Go 1.18 #1016
- Replaces Logrus with Zap logger #1020
- Updated Buf googleapis version #1011
- Dependency updates
v1.10.1 - 2022-09-01
- (Ported from v1.9.1) Issue when not using
netgo
build tag during build, resulting in native dns resolution not working for some cases in k8s. See #993.
v1.10.0 - 2022-07-27
- Redis cache support 🎉 #633
- Support for pretty printing JSON responses from API (via ?pretty=true or setting
Accept: application/json+pretty
header) - Configuration warnings/deprecations are displayed in console at startup
- Ping database on startup to check if it's alive
- Default cache TTL is 1m. Previously there was no TTL for the in memory cache.
- Dependency updates
cache.memory.enabled
config value is deprecated. See Deprecations for more infocache.memory.expiration
config value is deprecated. See Deprecations for more info
- Build date was incorrect and always showed current date/time
- Button spacing issue on targeting page
- Docker compose examples run again after switch to non-root user
v1.9.1 - 2022-09-01
- Issue when not using
netgo
build tag during build, resulting in native dns resolution not working for some cases in k8s. See #993.
v1.9.0 - 2022-07-06
- Module name changed to
go.flipt.io/flipt
#898 - Upgraded NodeJS to v18 #911
- Removed Yarn in favor of NPM #916
- Switched to ViteJS for UI build instead of Webpack #924
- All UI dependencies are now bundled as well, instead of pulling from external sources (e.g. FontAwesome) #924
- Telemetry no longer outputs log messages in case of errors or in-ability to connect #926
- Telemetry will not run in dev or snapshot mode #926
- Dependency updates
v1.8.3 - 2022-06-08
- Re-added ability to create rules for flags without any variants #874
v1.8.2 - 2022-04-27
- Broken rules reordering resulting from GRPC update #836
v1.8.1 - 2022-04-18
- Updated telemetry to not run if
CI
is set - Updated telemtry to flush on each batch
- Dependency updates
- Update CORS middleware to handle Vary header properly #803
v1.8.0 - 2022-04-06
- Updated protoc/protobuf to v1.28 #768
- Updated CODE_OF_CONDUCT.md with my new email address
- Updated README.md with link to Flipt Sandbox
- Updated README.md with link to Discord
v1.7.0 - 2022-03-22
- Ability to quickly copy constraints/variants for easier creation #754
- Disallow empty rule creation in UI #758
trimpath
added asgo build
flag for builds #722- Base alpine image updated to 3.15.1 #757
- Dependency updates
v1.6.3 - 2022-02-21
- Dependency updates
- Potential null pointer bugs in importer found by fuzzing #713
v1.6.2 - 2022-02-19
- Issue with missing Segment.MatchType in export #710
- Issue with version not showing in UI (again)
v1.6.1 - 2022-02-13
- Issue where migrations were not checked against latest version
- Issue where version was not showing in UI
v1.6.0 - 2022-02-13
- Flipt now shows if there is an update available in the UI #650. Can be disabled via config.
- Variants now support JSON attachments 🎉 ! #188
- Import/Export of variant attachment JSON marshal as YAML for human readability #697
- Dependency updates
- Update JS to ES6 syntax
- Flipt now runs without root user in Docker #659
- Changed development task runner to Task from
make
- Re-configured how Flipt is built in a devcontainer
v1.5.1 - 2022-01-26
- Backwards compatability issue with using
null
as a string field in thecontext
map forEvaluate
. #664
v1.5.0 - 2022-01-11
- Dependency updates
- Upgrade UI packages and fix linter errors #625
- Upgraded required nodeJS version to 16
v1.4.0 - 2021-08-07
- Ability to exclude
NotFound
errors inBatchEvaluate
calls #518
- Dependency updates
- Add commit hash to dev build #517
- Remove
packr
in favor of using Go 1.16go embed
for embedding assets #492 - Updated process to create new releases #482
- Bug when trying to add two variants of a flag to the same rule in the UI #515
v1.3.0 - 2021-06-14
- Bunch of dependencies updated.
- Development updated to work with VS Remote Containers / GH Codespaces.
- Development docker image changed to be Debian based.
- Segment search autocompletion now works correctly when defining a rule #462
v1.2.1 - 2021-03-09
v1.2.0 - 2021-02-14 ❤️
- Don't error on evaluating flags that are disabled, return no match instead #382
- Dependency updates
v1.1.0 - 2021-01-15
- Bumped dependencies
- Ignore disabled flags on batch evaluate instead of erroring #376
v1.0.0 - 2020-10-31
Happy Halloween! Flipt goes 1.0.0 today! 🎃
- Bumped dependencies
- Upgrade to Go 1.15
v0.18.1 - 2020-09-30
- Reflection to grpc server for usage with generic clients #345
- Bumped dependencies
- Added colorful output for new version available instead of normal log message
- Publishing Docker images to ghcr.io
v0.18.0 - 2020-08-02
- Ability to configure database without using URL #316
v0.17.1 - 2020-07-16
- Don't log database url/credentials on startup #319
v0.17.0 - 2020-07-10
- Check for newer versions of Flipt on startup. Can be disabled by setting
meta.check_for_updates=false
in config. #311 - Ability to configure database connections #313
- Prometheus metrics around database connections #314
- OpenTracing/Jaeger support #315
- Update FQDN for cache metrics
v0.16.1 [Backport] - 2020-07-16
- Don't log database url/credentials on startup #319
v0.16.0 - 2020-06-29
- MySQL support: #224
v0.15.0 - 2020-06-03
- Batch Evaluation #61
v0.14.1 - 2020-05-27
- Colons are no longer allowed in flag or segment keys #262
v0.14.0 - 2020-05-16
- Ability to import from STDIN #278
- Updated several dependencies
v0.13.1 - 2020-04-05
- End to end UI tests #216
- Updated several dependencies
- Variant/Constraint columns always showing 'yes' in UI #258
v0.13.0 - 2020-03-01
export
andimport
commands to export and import data #225- Enable response time histogram metrics for Prometheus #234
- List calls are no longer cached because of pagination
- Issue where
GetRule
would not return proper error if rule did not exist
v0.12.1 - 2020-02-18
- Issue where distributions did not always maintain order during evaluation when using Postgres #229
v0.12.0 - 2020-02-01
- Caching support for segments, rules AND evaluation! #100
cache.memory.expiration
configuration optioncache.memory.eviction_interval
configuration option
- Fixed documentation link in app
- Underlying caching library from golang-lru to go-cache
cache.memory.items
configuration option
v0.11.1 - 2020-01-28
- Moved evaluation logic to be independent of datastore
- Updated several dependencies
- Moved documentation to https://github.com/flipt-io/flipt.io
- Updated documentation link in UI
- Potential index out of range issue with 0% distributions: #213
v0.11.0 - 2019-12-01
- Ability to match ANY constraints for a segment: #180
- Pagination for Flag/Segment grids
- Required fields in API Swagger Documentation
- All JSON fields in responses are returned, even empty ones
- Various UI Tweaks: #190
v0.10.6 - 2019-11-28
- Require value for constraints unless operator is one of
[empty, not empty, present, not present]
- Fix issue where != would evaluate to true if constraint value was not present: #193
v0.10.5 - 2019-11-25
- Evaluation benchmarks: #185
- Update UI dependencies: #183
- Update go-sqlite3 version
- Calculate distribution percentages so they always add up to 100% in UI: #189
v0.10.4 - 2019-11-19
- Example using Prometheus for capturing metrics: #178
- Update Go versions to 1.13.4
- Update Makefile to only build assets on change
- Update go-sqlite3 version
- Remove extra dashes when auto-generating flag/segment key in UI: #177
v0.10.3 - 2019-11-15
- Update swagger docs to be built completely from protobufs: #175
- Handle flags/segments not found in UI: #175
v0.10.2 - 2019-11-11
- Updated grpc and protobuf versions
- Updated spf13/viper version
- Update chi compress middleware to fix large number of memory allocations
v0.10.1 - 2019-11-09
- Use go 1.13 style errors
- Updated outdated JS dependencies
- Updated prometheus client version
- Inconsistent matching of rules: #166
v0.10.0 - 2019-10-20
- Ability to write logs to file instead of STDOUT: #141
- Automatically populate flag/segment key based on name: #155
v0.9.0 - 2019-10-02
- Support evaluating flags without variants: #138
- Dropped support for Go 1.12
- Segments not matching on all constraints: #140
- Modal content streching to fit entire screen
v0.8.0 - 2019-09-15
- HTTPS support
v0.7.1 - 2019-07-25
- Exposed errors metrics via Prometheus
- Updated JS dev dependencies
- Updated grpc and protobuf versions
- Updated pq version
- Updated go-sqlite3 version
v0.7.0 - 2019-07-07
- CORS support with
cors
config options - Prometheus metrics exposed at
/metrics
v0.6.1 - 2019-06-14
- Missing migrations folders in release archive: #97
v0.6.0 - 2019-06-10
migrate
subcommand to run database migrations- 'Has Prefix' and 'Has Suffix' constraint operators
- Variant keys are now only required to be unique per flag, not globally: #87
db.migrations.auto
in config. DB migrations must now be run explicitly with theflipt migrate
command
v0.5.0 - 2019-05-27
- Beta support for Postgres! 🎉
/meta/info
endpoint for version/build info/meta/config
endpoint for running configuration info
cache.enabled
config becomescache.memory.enabled
cache.size
config becomescache.memory.items
db.path
config becomesdb.url
db.name
in config
v0.4.2 - 2019-05-12
- Segments with no constraints now match all requests by default: #60
- Clear Debug Console response on error
v0.4.1 - 2019-05-11
/debug/pprof
pprof endpoint for profiling
- Issue in evaluation: #63
v0.4.0 - 2019-04-06
-
ui
config section to allow disabling the ui:ui: enabled: true
-
/health
HTTP healthcheck endpoint
- Issue where updating a Constraint or Variant via the UI would not show the update values until a refresh: #43
- Potential IndexOutOfRange error if distribution percentage didn't add up to 100: #42
v0.3.0 - 2019-03-03
- Renamed generated proto package to
flipt
for use with external GRPC clients - Updated docs and example to reference GRPC go client
- Don't return error on graceful shutdown of HTTP server
v0.2.0 - 2019-02-24
-
server
config section to consolidate and renamehost
,api.port
andbackend.port
:server: host: 127.0.0.1 http_port: 8080 grpc_port: 9000
-
Implemented flag caching! Preliminary testing shows about a 10x speedup for retrieving flags with caching enabled. See the docs for more info.
cache: enabled: true
host
,api.port
andbackend.port
. These values have been moved and renamed under theserver
section and will be removed in the 1.0 release.
v0.1.0 - 2019-02-19
- Moved proto/client code to proto directory and added MIT License
v0.0.0 - 2019-02-16
Initial Release!