unleash-server 4.1.0 → 4.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,920 @@
1
+ # Changelog
2
+
3
+ # 4.0.4
4
+
5
+ - fix: userFeedback should not be allowed to throw
6
+ - fix: make sure routes/user handles api calls
7
+
8
+ # 4.0.3
9
+
10
+ - feat: pnps feedback (#862)
11
+ - fix: upgrade unleash-frontend to v4.0.4
12
+ - chore: docs updates
13
+
14
+ # 4.0.2
15
+
16
+ - fix: upgrade unleash-frontend to version 4.0.1
17
+ - fix: projects needs at least one owner
18
+
19
+ # 4.0.1
20
+
21
+ - fix: create config should allow all options params
22
+ - fix: a lot of minor docs improvements
23
+
24
+ # 4.0.0
25
+
26
+ - fix: upgrade unleash-frontend to version 4.0.0
27
+ - fix: add migration (#847)
28
+ - fix: Refactor/update email (#848)
29
+ - chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 in /website (#843)
30
+ - Add explanation of how to run multiple instances of Unleash to the Getting Started doc (#845
31
+
32
+ # 4.0.0-beta.6
33
+
34
+ - fix: Upgrade unleash-frontend to version 4.0.0-beta.5
35
+ - fix: Update docs to prepare for version 4
36
+
37
+ # 4.0.0-beta.5
38
+
39
+ - fix: upgrade to unleash-frontend 4.0.0-beta.4
40
+ - fix: versionInfo as part of ui-config
41
+ - fix: misunderstanding node URL api
42
+ - fix: demo auth type should support api token
43
+
44
+ # 4.0.0-beta.4
45
+
46
+ - upgrade unleash-frontend to version 4.0.0-beta.3
47
+ - fix: convert to typescript
48
+ - fix: report email as not sent to fe if it throws (#844)
49
+
50
+ # 4.0.0-beta.3
51
+
52
+ - chore: update changelog
53
+ - fix: reset-token-service should use unleashUrl
54
+ - chore: expose an endpoint to really delete a toggle (#808)
55
+ - fix: upgrade unleash-frontend to version 4.0.0-beta.2
56
+
57
+ # 4.0.0-beta.1
58
+
59
+ - fix: upgrade unleash-frontend to version 4.0.0-beta.0
60
+ - fix: rbac now checks permission for both projects (#838)
61
+ - fix: an hour is 3600000 seconds not 60000 seconds
62
+ - fix: readd support for DATABASE_URL_FILE
63
+
64
+ # 4.0.0-beta.0
65
+
66
+ - fix: reload of admin/api page yields 404
67
+
68
+ # 4.0.0-alpha.8
69
+
70
+ - feat: global events requires admin role
71
+ - fix: remove toast info from bootstrap controller (#834)
72
+ - feat: add migration (#832)
73
+ - fix: set name type to be min 1 character (#833)
74
+ - fix: bum unleash-frontend to version 4.0.0-alpha.14
75
+ - fix: /api/admin/user should not allow caching
76
+ - fix: match bootstrap uiConfig with expected data format (#830)
77
+ - feat: Datadog integration (#820)
78
+ - fix: regular users are not API users
79
+ - Feat: format base path (#828)
80
+
81
+ # 4.0.0-alpha.7
82
+
83
+ - fix: more types
84
+ - fix: move permission to types
85
+ - fix: bump unleash-frontend to version 4.0.0-alpha.12
86
+ - fix: catch all route only for baseUriPath (#825)
87
+ - Feat/serve frontend with baseuri (#824)
88
+ - fix: define root role by setting the name of the role (#823)
89
+ - feat: automatically add all existing users as owners to all existing … (#818)
90
+ - fix: project store was wrongly typing its id field as number (#822)
91
+
92
+ # 4.0.0-alpha.6
93
+
94
+ - feat: Teams addon for messaging on Microsoft teams (#814)
95
+ - feat: add user create/update/delete events (#807)
96
+ - fix: upgrade unleash-frontend to version 4.0.0-alpha.11
97
+ - fix: Authentication required options is optional
98
+ - fix: default custom auth hook now denies all requests to api endpoints (#811)
99
+ - fix: deletes sessions for user when user is removed (#810)
100
+ - fix: import statements for type/events
101
+ - fix: refactor event types
102
+ - fix: move AuthenticationRequired to types
103
+ - fix: migrate only users without any role
104
+ - fix: migration to create root roles for users with permissions (#816)
105
+ - fix: set default DATABASE_SSL to not rejectUnauthorized (#817)
106
+ - fix: handle password being undefined when validating (#809)
107
+ - fix: active sessions are now destroyed if auth/reset and auth/validate endpoints are used (#806)
108
+ - fix: send email on process.nextTick (#805)
109
+ - fix: add hosted auth option
110
+ - fix: fix test data
111
+ - fix: correct test data
112
+ - fix: migration should call cb on down
113
+ - fix: change default admin password
114
+ - fix: add types for node-fetch
115
+
116
+ # 4.0.0-alpha.5
117
+
118
+ - chore: update frontend
119
+
120
+ # 4.0.0-alpha.4
121
+
122
+ - feat: add option for LOG_LEVEL (#803)
123
+ - fix: make users emails case-insensitive (#804)
124
+ - fix: update unleash-frontend
125
+ - fix: emailservice now just returns if email was configured
126
+ - fix: simplify isConfigured check
127
+ - fix: loading of emailtemplates
128
+
129
+ # 4.0.0-alpha.3
130
+
131
+ - fix: should allow revive toggles
132
+ - fix: hasPermission should not throw
133
+ - fix: Added enterpriseVersion to root of IUnleashConfig/IUnleashOptions
134
+ - feat: add new user email (#793)
135
+ - fix: User should require a ID field set (#799)
136
+ - fix: introduce settingService
137
+ - fix: migration rollback use DROP for column
138
+ - fix: skipLocked when updating lastSeen for toggles
139
+ - feat: Add change-password endpoint to user-controller (#800)
140
+ - fix: convert AUTH_TYPE to uppercase (#797)
141
+ - Fix: strategies sort order (#798)
142
+ - fix: only ADMIN can list all users
143
+ - fix: enable demo-authentication (#796)
144
+ - fix: default db SSL to undefined
145
+ - fix: use db config with schema for db-migrate
146
+ - feat: options need types (#794)
147
+ - feat: add ui-bootstrap endpoint (#790)
148
+ - feat: add ui-bootstrap endpoint (#790)
149
+ - feat: expose user permissions (#791)
150
+ - feat: Reset token (#786)
151
+ - fix: rename rbac roles. (#788)
152
+ - fix: remove unused import
153
+ - fix: fully remove enableLegacyRoutes option
154
+ - fix: failing tests
155
+ - fix: expose auth-type in ui-config
156
+
157
+ ## 4.0.0-alpha.2
158
+
159
+ - feat: Email service (#757)
160
+ - feat: unleash v4 will require node 14 or higher (#784)
161
+ - feat: Add username/password authentication (#777)
162
+ - fix: should only do checkRbac if it exists
163
+ - fix: docs transitive dependencies
164
+ - chore: typos in migration-guide
165
+ - fix: remove enableLegacyRoutes option from v2
166
+ - fix: upgrade unleash-frontend to latest alpha
167
+ - fix: migrate all permissions to rbac (#782)
168
+ - fix: add default empty array to strategies from db (#781)
169
+ - feat: added basic email-service (#780)
170
+ - fix: Clear-Site-Data header needs to be double quoted
171
+
172
+ ## 4.0.0-alpha.1
173
+
174
+ - chore: upgrade frontend 4.0.0-alpha.1
175
+
176
+ ## 4.0.0-alpha.0
177
+
178
+ - chore(deps): bump y18n from 4.0.0 to 4.0.1 (#775)
179
+ - Feat: Api-Tokens (#774)
180
+
181
+ ## 3.17.6
182
+
183
+ - fix: skipLocked when updating lastSeen for toggles (second attempt)
184
+
185
+ ## 3.17.5
186
+
187
+ - fix: skipLocked when updating lastSeen for toggles
188
+
189
+ ## 3.17.4
190
+
191
+ - fix: version-checker must have instanceId
192
+ - fix: ensure createdBy is not empty
193
+
194
+ ## 3.17.3
195
+
196
+ - feat: upgrade unleash-frontend to version 3.14.1
197
+ - fix: make sure CREATE_APPLICATION events are only sent once per application
198
+
199
+ ## 3.17.2
200
+
201
+ - fix: make sure applying unique constraint on client_instances works
202
+
203
+ ## 3.17.1
204
+
205
+ - fix: initial event.tags should be array type
206
+ - fix: always set instanceId in ui-config
207
+
208
+ ## 3.17.0
209
+
210
+ - fix: upgrade docusaurus
211
+ - feat: upgrade unleash-frontend to version 3.14.0
212
+ - Add import/export for tags and projects (#754)
213
+ - feat: Default roles and RBAC permission checker. (#735) (experimental)
214
+ - feat: upgrade unleash-frontend to version 3.14.0
215
+
216
+ ## 3.16.1
217
+
218
+ - fix: make sure applying unique constraint on client_instances works
219
+
220
+ ## 3.16.0
221
+
222
+ - fix: projectId must follow nameType in query
223
+ - fix: publish events about unannounced applications
224
+ - fix: messages to slack for archived toggles (#750)
225
+ - fix: makes event-store emit id and createdAt (#746)
226
+ - fix: don't use hardcoded timestamps as default values (#745)
227
+ - feat/return feature on create (#742)
228
+ - fix: incorrect sql syntax in migration.
229
+ - feat: add support for bulk operations on client apps/instance registr<E2><80><A6> (#744)
230
+ - fix: add unit test for addon-retry
231
+ - fix: add strategy constraints
232
+
233
+ ## 3.15.0
234
+
235
+ Began work on a technical debt dashboard on the frontend. The first iteration of this dashboard is included in this release.
236
+
237
+ - fix: not crash if addon http post throws (#738)
238
+ - fix: update unleash-frontend dependency (#736)
239
+ - fix: project id should be validated correctly on create
240
+ - fix: upgrade unleash-frontend to version 3.13.1
241
+
242
+ ## 3.14.0
243
+
244
+ - feat: upgrade unleash-frontend to version 3.13.0
245
+ - feat: make client features endpoint memoizable (#734)
246
+ - feat: Add instance id to ui-config endpoint
247
+ - fix: make sure test-data is urlsafe
248
+
249
+ ## 3.13.0
250
+
251
+ - feat: check latest version
252
+ - feat: expose current and latest version to ui-config
253
+ - feat: Use express-session backed by postgres
254
+ - feat: update unleash-frontend to version 3.12.0
255
+ - feat: Handle database connection errors with 500 (#725)
256
+ - feat: Introduce specific "feature stale" events (#727)
257
+ - fix: generate uuid in js migration instead of from db
258
+ - fix: Don't check version when starting up in dev mode
259
+ - fix: TypeScript should be a dev dependency (#730)
260
+ - fix: make sure static site includes CNAME
261
+ - fix: gh-720 Use express path templates for prometheus metrics (#724)
262
+
263
+ ## 3.12.0
264
+
265
+ - feat: setup typescript
266
+ - fix: refactor context to use service pattern
267
+ - feat: allow stickiness on context-fields
268
+ - fix: add middleware verifying content type
269
+ - chore: Remove git add from husky
270
+
271
+ ## 3.11.2
272
+
273
+ - fix: update unleash-frontend to version 3.11.4
274
+
275
+ ## 3.11.1
276
+
277
+ - fix: upgrade unleash-frontend to version 3.11.3
278
+
279
+ ## 3.11.0
280
+
281
+ - feat: Add support for filtering toggles on tags, projects or namePrefix (#690)
282
+ - feat: Introduce addon framework
283
+ - feat: Added tags to events table and emitted events
284
+ - fix: upgrade prom-client from 12.0.0 to 13.1.0
285
+ - fix: upgrade unleash-frontend to version 3.11.2
286
+ - fix: Add a test for validation of empty params
287
+ - fix: add docs for addons
288
+ - fix: Add validation of required parameters
289
+ - fix: add unleashUrl option
290
+ - fix: Addons should support sensitive params
291
+ - fix: should wait for seen apps
292
+ - fix: typo in message in simple-authentication.js (#707)
293
+ - fix: even-store should not block on emit
294
+ - fix: Added the ability to specify db-schema via ENV (#702)
295
+ - fix: Strategy schema should allow deprecated field (#700)
296
+ - docs: update getting started guide with docker options (#697)
297
+ - fix typo in /api/client/features docs (#694)
298
+ - fix: website: require immer 8.0.1 or higher
299
+ - fix: Add support for configuring database pool size (#705)
300
+ - feat: Set default min dbpool size to 0
301
+ - feat: Set default max dbpool size to 4
302
+
303
+ ## 3.10.1
304
+
305
+ - fix: remove fields from /api/client/features respnse (#692)
306
+
307
+ ## 3.10.0
308
+
309
+ - feat: add tags (#655)
310
+ - feat: add tag-types (#655)
311
+ - feat: Added servicelayer (#685)
312
+ - feat: Allow deprecation of strategies (#682)
313
+ - feat: add lastSeenAt for feature toggles
314
+ - fix: upgrade knex to 0.21.15
315
+ - fix: Updated docs about event-types (#684)
316
+ - fix: Add application-created event (#595)
317
+
318
+ ## 3.9.0
319
+
320
+ - fix: stateService undefined
321
+ - fix: this.timer merge conflict
322
+ - feat: add stop() method to gracefully terminate unleash (#665)
323
+
324
+ ## 3.8.0
325
+
326
+ - feat: First draft of admin Open API specification (OAS) (#652)
327
+ - feat: upgrade unleash-frontend to version 3.8.2
328
+ - fix: OpenApi - Added Client API calls (#667)
329
+ - fix: run build also for external PRs
330
+ - fix: eslint ignorePatterns for OAS
331
+ - fix: typo in OAS servers
332
+ - fix: add support for basic auth with simple-auth (#659)
333
+ - fix: remove unused github action
334
+ - fix: add heroku server to openapi servers
335
+ - fix: add import options as part of environment variables
336
+ - fix: bump dev-deps for security
337
+ - fix: Replace travis with GitHub Actions
338
+ - fix: disable david-dm
339
+
340
+ ## 3.7.0
341
+
342
+ - feat: Add support for explicitly set database version. (#654)
343
+ - feat: stateServices only exposed via services object
344
+ - feat: upgrade unleash-frontend to 3.7.0
345
+ - feat: Add technical support for projects
346
+ - chore(docs): Fix url typo in docs
347
+ - chore(docs): Fix url typo
348
+ - chore(docs): Add clojure client to doc (#649)
349
+ - chore(docs): Add clojure client to doc (#648)
350
+ - chore(docs): Add clojure client library reference (#647)
351
+ - fix: upgrade to unleash-frontend 3.5.6
352
+ - fix: Allow spaces/special chars in application names
353
+ - chore(docs): update sidebar
354
+ - feat: Allow migration style import (#645)
355
+ - fix: Variants missing from client API docs
356
+ - fix: constriants must have at least one value defined
357
+ - fix(docs): wrong id for feature-types
358
+ - fix: do not allow empty ('') constrain values.
359
+ - chore(deps): bump dot-prop from 4.2.0 to 4.2.1 in /website (#644)
360
+ - fix: clarify PostgreSQL version support
361
+ - fix: update list of SDKs supporting variants
362
+ - fix: add docs for disabled variant
363
+ - fix: Add api documentation for strategy constraints.
364
+ - fix: join link to slack in help section
365
+ - chore: fix typo in docs
366
+
367
+ ## 3.6.1
368
+
369
+ - fix: update unleash-frontend to version 3.6.4
370
+ - fix: upgradde unleash-frontend to version 3.6.3
371
+ - fix: context legalValues should be at max 100 chars
372
+ - fix: enable trust-proxy
373
+ - fix: upgrade cookie-session library
374
+ - fix: default maxAge for session set to two days
375
+ - fix: add TTL to sessions
376
+ - fix: use validated and stripped data when updating
377
+ - fix: should use stripped update data for featureToggle
378
+ - fix: set clear-site-data on logout
379
+ - fix: use secure proxy to session cookie
380
+ - fix: add secureHeaders option for HSTS
381
+ - fix: stickness parmeters for stickiness is camelCase (doc)
382
+
383
+ ## 3.6.0
384
+
385
+ - feat: Remove applications (#635)
386
+ - feat: upgrade unleash-frontend to version 3.6.2. Notable changes:
387
+ - feat: add search for applications
388
+ - feat: Should be possible to remove applications
389
+ - fix: make sure application is updated on edit
390
+ - fix: list parameters should be trimmed
391
+ - fix: show notification when app updates
392
+ - fix: show notification when app updates
393
+ - feat: upgrade knex to version 0.21.5
394
+ - fix: Name conflict should return 409
395
+ - fix: improve import/export documentation
396
+ - fix: update helmet config
397
+ - fix: Heroku Postgres add-on version change (#631)
398
+ - fix: Add option via env for ADMIN_AUTHENTICATION
399
+ - fix: upgrade yargs to version 16.0.3
400
+
401
+ ## 3.5.4
402
+
403
+ - fix: helmet wap csp in quotes
404
+
405
+ ## 3.5.3
406
+
407
+ - fix: lax helmet csp config for styles.
408
+
409
+ ## 3.5.2
410
+
411
+ - fix: add optional helmet security headers
412
+ - fix: The links for Kotlin and PHP clients got mixed up (#623)
413
+
414
+ ## 3.5.1
415
+
416
+ - fix: upgrade to [unleash-frontend v3.5.1](https://github.com/Unleash/unleash-frontend/blob/master/CHANGELOG.md#351)
417
+
418
+ ## 3.5.0
419
+
420
+ - feat: add stale property on toggle (#619)
421
+ - fix: upgrade joi to version 17.2.0
422
+ - feat: Add support for toggle types (#618)
423
+ - feat: added time-ago to toggle-list
424
+
425
+ ## 3.4.2
426
+
427
+ - fix: upgrade unleash-frontend to version 3.4.0
428
+ - fix: version should be part of ui-config (#616)
429
+ - feat: add weightType as legal property on variant schema (#614)
430
+ - Update getting-started.md (#617)
431
+ - Update @types/node to the latest version 🚀 (#596)
432
+ - fix: upgrade js-yaml to latest
433
+ - chore(deps): bump lodash from 4.17.15 to 4.17.19 in /website (#611)
434
+ - fix: replace @hapi/joi with joi
435
+ - Update getting-started.md
436
+ - fix: exporting only feature toggles as yaml should not crash
437
+
438
+ ## 3.4.1
439
+
440
+ - fix: add keepAliveTimeout option
441
+
442
+ ## 3.4.0
443
+
444
+ - feat: Adds server.create() (#606)
445
+
446
+ ## 3.3.6
447
+
448
+ - fix: upgrade unleash-frontend to verson 3.3.5
449
+
450
+ ## 3.3.5
451
+
452
+ - fix: upgrade unleash-frontend to verson 3.3.3
453
+
454
+ ## 3.3.4
455
+
456
+ - fix: we now support node 14 :hurray
457
+ - fix: upgrade db-migrate-pg to version 1.2.2
458
+ - fix: upgrade unleash-frontend to version 3.3.2
459
+
460
+ ## 3.3.3
461
+
462
+ - chore: add a few more community client SDKs
463
+ - fix: add user-store (#590)
464
+ - fix: upgrade unleash-frontend to 3.3.1
465
+ - fix: license year and company
466
+ - chore: add dart sdk details
467
+ - fix: pg dependency for db-migrate as well
468
+ - fix: support node 14 by upgrading pg to 8.0.3
469
+ - fix: we are not ready for node 14
470
+ - fix: remove Procfile for Heroku
471
+
472
+ ## 3.3.2
473
+
474
+ - fix: stop measure responsetime for unknown paths (#591)
475
+ - fix: expose evaluated config and permissions object
476
+ - fix: user should not crash if email is missing
477
+
478
+ ## 3.3.1
479
+
480
+ - fix: Support proper SSL settings using `DATABASE_SSL` (#585)
481
+ - fix: upgrade unleash-frontend to version 3.2.21
482
+ - fix: add users-table to store user details (#586)
483
+ - fix: disable ssl for local postgres in dev
484
+ - fix: use airbnb lint rules directly (#583)
485
+ - chore: reduce log-level for metrics
486
+
487
+ ## 3.3.0
488
+
489
+ - feat: Update "enableLegacyRoutes" to false (#580)
490
+ - feat: require node >= 12
491
+ - feat: move secrets to settings (#577)
492
+ - fix: Update unleash-frontend to version 3.2.20 (#582)
493
+ - fix: Logout should not be xhr call (#576)
494
+ - fix: Update pg to the latest version 🚀 (#578)
495
+ - fix: upgrade eslint to verson 6.8.0
496
+ - fix: upgrade ava to version 3.7.0
497
+ - chore: update getting-started guide
498
+ - Fix: typo webpage (#579)
499
+ - fix(readme): improve heroku 1 click deploy behavior (#575)
500
+ - chore: Fix typo in gogole-auth-hook example (#572)
501
+ - fix: bump acorn from 7.0.0 to 7.1.1 (#571)
502
+
503
+ ## 3.2.30
504
+
505
+ - fix: upgrade unleash-frontend to version 3.2.19
506
+
507
+ ## 3.2.29
508
+
509
+ - fix: lock knex to version 0.20.10
510
+ - fix: upgrade unleash-frontend to version 3.2.18
511
+
512
+ ## 3.2.28
513
+
514
+ - fix: more metrics
515
+ - fix: upgrade unleash-frontend to version 3.2.17
516
+ - fix: add settings column to postgres
517
+ - feat: api supports context fields (#564)
518
+ - fix: failing user.test on gravatar url
519
+ - fix: use gravatar-url instead of gravatar dep
520
+ - fix: upgrade lint-staged to latest
521
+ - fix: upgrade @hapi/joi to version 17.1.0
522
+ - fix: upgrade husky to version 4.2.3
523
+
524
+ ## 3.2.27
525
+
526
+ - fix: remove prometheus-gc-stats dependency
527
+
528
+ ## 3.2.26
529
+
530
+ - fix: Update prom-client to the latest version 🚀 (#562)
531
+ - chore: update lolex to latest version
532
+ - fix: variant weights can be up to 1000
533
+
534
+ ## 3.2.25
535
+
536
+ - fix: upgrade unleash-frontend to version 3.2.15
537
+
538
+ ## 3.2.24
539
+
540
+ - fix: upgrade unleash-frontend to version 3.2.13
541
+
542
+ ## 3.2.23
543
+
544
+ - fix: upgrade to @hapi/joi to version 16.1.8
545
+ - fix: Upgrade unleash-frontend to version 3.2.11
546
+ - fix: update yargs to version 15.1.0
547
+
548
+ ## 3.2.22
549
+
550
+ - fix: add appName as label in usage metrics
551
+
552
+ ## 3.2.21
553
+
554
+ - fix: missing strategy makes the toggle-configure crash
555
+
556
+ ## 3.2.20
557
+
558
+ - fix: update @types/node to latest
559
+ - fix: constraints should be part of toggle schema
560
+ - fix: Update yargs to to version 15.0.1
561
+ - fix: Update log4js to the latest version 🚀 (#524)
562
+ - fix: Add option to disable database migrations #526 (#52
563
+
564
+ ## 3.2.19
565
+
566
+ - fix: update knex to version 0.20.0
567
+ - fix: Update unleash-frontend to 3.2.9
568
+
569
+ ## 3.2.18
570
+
571
+ - feat: Add new Flexible Rollout Strategy (#517)
572
+
573
+ ## 3.2.17
574
+
575
+ - fix: bump knex from 0.19.4 to 0.19.5 (secutiry-fix)
576
+
577
+ ## 3.2.16
578
+
579
+ - fix: Update unleash-frontend to version 3.2.7
580
+ - fix: lint error
581
+ - fix: Add admin api for context-field definitions
582
+ - fix: Update lolex to the latest version 🚀 (#508)
583
+ - fix: Only use set-value 2.0.1
584
+ - chore: Added static context props in docs (#507)
585
+ - fix: Update dev-dependencies
586
+ - fix: upgrade prettier to version 1.18.2
587
+ - fix: Upgrade express to version 4.17.1
588
+ - fix: update eslint to version 6.5.1
589
+ - fix: update @passport-next/passport to version 3.0.1
590
+ - fix: remove unused dependency: commander
591
+ - chore: Add details about Larvel (php) SDK
592
+ - chore: Added unleash-client-core as official sdk (#505)
593
+ - fix: e2e tests should only set up one database per test file (#504)
594
+ - chore: Added reference to official client implementation in .Net (#503)
595
+ - fix(deps): bump mixin-deep from 1.3.1 to 1.3.2 (#487)
596
+ - fix: do not destroy db on startup
597
+ - fix: remove old test-setup hacks
598
+ - fix: upgrade knex to version 0.19.4
599
+ - fix: upgrade @types/node to version 12.7.9
600
+ - fix: upgrade lint-staged to version 9.4.1
601
+ - fix: add more logging if test-db destroy fails
602
+ - fix: upgrade async to version 3.1.0
603
+ - fix: upgrade supertest to version 4.0.2
604
+ - chore: upgrade ava to version 2.4.0
605
+ - fix: remove unused depenency yallist
606
+ - fix: Bump yargs to version 14.0.0
607
+ - fix: bump husky to version 3.0.8
608
+ - chore: Updated slack invite token (#501)
609
+ - fix: Upgrade log4js to version 5.1.0
610
+ - chore: increase test-logging
611
+ - chore: see if travis is hapy with serial tests
612
+ - Revert "fix: build on node 10 and 12"
613
+ - fix: build on node 10 and 12
614
+ - fix: bump pg to 7.12.1
615
+ - fix: only build with node v10 for now
616
+ - fix: build on node 10 and 12
617
+ - Fix asset paths (#486)
618
+ - chore: fix broken links
619
+ - chore: Add Elixir Unleash Library to README (#480)
620
+ - fix: update keycloak example (#478)
621
+ - fix(package): update commander to version 3.0.0
622
+
623
+ ## 3.2.15
624
+
625
+ - feat: add db query latency metrics
626
+ - fix: fix: update knex to version 0.19.1
627
+ - fix: remove unused dependency install
628
+ - fix: Upgrade lint-staged to version 9.2.1
629
+ - fix: Upgrade husky to version 3.0.1
630
+ - fix: upgrade eslint to version 6.1.0
631
+ - fix: Update unleash-frontend to version 3.2.6
632
+ - fix: upgrade ava to 2.2.0
633
+ - fix: Update @passport-next/passport to the latest version rocket (#469)
634
+ - chore: Add guide for how to use eventHook to send updates to Slack
635
+
636
+ ## 3.2.14
637
+
638
+ - fix: Unleash bin should allow databaseUrl to be defined in env.
639
+
640
+ ## 3.2.13
641
+
642
+ - feat: add option and functionality that allows a user to hook into feature mutations (#457)
643
+ - chore: add budgets as a company using unleash (#456)
644
+ - fix: Add DATABASE_URL_FILE for loading a db url from a file (#455)
645
+ - fix: Upgrade knex to version 0.17.5
646
+ - chore: Update db-migrate-pg to version 1.0.0
647
+
648
+ ## 3.2.12
649
+
650
+ - fix: none authentication should have a mock user (#449)
651
+ - fix: Update commander to version 2.20.0
652
+ - chore: Update docusaurus to version 1.11.0
653
+ - chore: Update ava to version 2.0.0
654
+ - chore: Update async to the latest version
655
+
656
+ ## 3.2.11
657
+
658
+ - feat: Separate DATABASE*URL to multiple DATABASE*\* variable (#437)
659
+
660
+ ## 3.2.10
661
+
662
+ - fix: Strategies should not be required for updateding application details
663
+ - feat: boolean strategy paramters
664
+
665
+ ## 3.2.9
666
+
667
+ - fix: should be more allow about empty metrics
668
+
669
+ ## 3.2.8
670
+
671
+ - fix: Bump unleash-frontend to 3.2.4
672
+ - chore(package): update @types/node to version 12.0.0
673
+ - fix: LogProvider as option injected to unleash.
674
+
675
+ ## 3.2.7
676
+
677
+ - fix: Session cookie should set path to baseUriPath
678
+
679
+ ## 3.2.6
680
+
681
+ - Fix: Add support for IPC connections.
682
+ - fix(package): update mime to version 2.4.1
683
+ - chore(package): update nyc to version 14.0.0
684
+ - chore(package): update lockfile yarn.lock
685
+ - chore(package): update lolex to version 4.0.1
686
+ - chore(package): update lockfile yarn.lock
687
+ - chore(package): update husky to version 2.0.0
688
+ - chore(package): update lockfile yarn.lock
689
+ - chore(package): update superagent to version 5.0.2
690
+
691
+ ## 3.2.5
692
+
693
+ - fix: Bump unleash-frontend to version 3.2.3
694
+ - fix: Minor logout cleanup
695
+ - feat: Added import & export through stateService (#395)
696
+
697
+ ## 3.2.4
698
+
699
+ - feat: Customizable ui via ui-config
700
+
701
+ ## 3.2.3
702
+
703
+ - fix: Metrics poller should start even if inital fetch fails.
704
+ - fix: SimpleAuthentication should work with custom basePaths
705
+ - fix: Add explicit endpoints for toggle on/off
706
+ - fix: Application list should be alphabetically sorted
707
+
708
+ ## 3.2.2
709
+
710
+ - fix: Bump unleash-frontend to version 3.2.1
711
+
712
+ ## 3.2.1
713
+
714
+ - fix: Variants should be allowed to be 'null'
715
+
716
+ ## 3.2.0
717
+
718
+ - feat: Add beta support for toggle variants
719
+
720
+ ## 3.1.7
721
+
722
+ - fix: Critical bugfix 'databaseSchema' not defaulting to 'public'
723
+
724
+ ## 3.1.6
725
+
726
+ - fix: Database migrator does use the databaseSchema option.
727
+
728
+ ## 3.1.5
729
+
730
+ - feat(permission): Implement beta support for permissions.
731
+ - chore(package): Upgrade a lot of dependencies
732
+
733
+ ## 3.1.4
734
+
735
+ - chore(package): Upgrade ava to version 1.0.1
736
+ - chore(modernize): Clean up internal structure
737
+ - chore(modernize): Use joi for all validations
738
+ - chore(package): Upgrade moment to version 2.23.0
739
+ - chore(package): Upgrade deep-diff to version 1.0.2
740
+ - chore(package): Upgrade prom-client to version 11.2.0
741
+ - chore(package): Upgrade joi to version 14.3.0
742
+ - chore(package): Upgrade pg to version 7.7.1
743
+ - chore(package): Upgrade various dev-dependecies
744
+
745
+ ## 3.1.3
746
+
747
+ - fix(metrics): Add prometheus compatible feature metrics endpoint
748
+
749
+ ## 3.1.2
750
+
751
+ - fix(clientApi): Add namePrefix paramter to /api/client/features
752
+
753
+ ## 3.1.1
754
+
755
+ - fix(gzip): Add gzip support
756
+ - fix(package): update unleash-frontend to version 3.1.3
757
+
758
+ ## 3.1.0
759
+
760
+ - fix(package): update unleash-frontend to version 3.1.1
761
+
762
+ ## 3.0.6
763
+
764
+ - fix(log4js): Upgrade log4js to version 3.0.3 and fix default log configuration
765
+
766
+ ## 3.0.5
767
+
768
+ - fix(package): update log4js to version 3.0.2
769
+ - fix(package): update knex to version 0.15.2
770
+ - fix(package): update yargs to version 12.0.1
771
+ - chore(readme): Update documentation
772
+ - fix(package): update install to version 0.12.0
773
+ - fix(revive): Include user information on revive
774
+ - chore(package): update eslint to version 5.0.0
775
+ - chore(package): update nyc to version 12.0.1
776
+
777
+ ## 3.0.4
778
+
779
+ - feat(metrics): Expose toggle updates to prometheus
780
+ - chore(package.json): Bump serve-favicon to 2.5.0
781
+ - chore(package.json): Bump joi to 13.0.3
782
+ - chore(package.json): bump express
783
+ - chore(package.json): Bump log4js to 2.6.0
784
+ - chore(package.json): Bump moment to 2.22.1
785
+ - chore(package.json): Bump @types/node to 10.0.8
786
+ - chore(package.json): Bump pg to 7.4.3
787
+ - chore(package.json): Bump knex to 0.14.6
788
+ - chore(package.json): Bump commander to 2.15.1
789
+
790
+ ## 3.0.3
791
+
792
+ - feat(bind): Added option to bind to specific http address
793
+ - fix(migration): Unleash should not start if migration fails.
794
+
795
+ ## 3.0.2
796
+
797
+ - fix(package): Update unleash-frontend to version 3.0.1
798
+
799
+ ## 3.0.1
800
+
801
+ - fix(package): Update db-migrate-pg to version 0.4.0
802
+ - fix(package): update prom-client to version 11.0.0
803
+ - refactor: use body-parser bundled with express
804
+ - fix(package): update express-validator to version 5.0.0
805
+
806
+ ## 3.0.0 (10.02.2018)
807
+
808
+ - All changes in all 3.0.0 alpha-releases is included in this version
809
+ - fix(package): Upgrade unleash-frontend to version 3.0.0
810
+
811
+ ## 3.0.0-alpha.10
812
+
813
+ - chore(package.json): Bump unleash-frontend to 3.0.0-alpha.7
814
+ - fix(store): DB should not override createdAt if set.
815
+
816
+ ## 3.0.0-alpha.9
817
+
818
+ - Bugfix: more informative name validation errors ([#292](https://github.com/Unleash/unleash/pull/292))
819
+
820
+ ## 3.0.0-alpha.8
821
+
822
+ - [Auth] User-provider ([#261](https://github.com/Unleash/unleash/issues/261))
823
+ - [Auth] Document how to secure Unleash ([#234](https://github.com/Unleash/unleash/issues/234))
824
+ - [Auth] Admin UI should handle 401 ([#232](https://github.com/Unleash/unleash/issues/232))
825
+ - [Auth] Client API authentication ([#231](https://github.com/Unleash/unleash/issues/231))
826
+ - [Auth] Handle 403 (Forbidden) with custom auth.
827
+ - [Auth] Support sign out ([#288](https://github.com/Unleash/unleash/issues/288))
828
+
829
+ ## 3.0.0-alpha.7
830
+
831
+ - Bugfix: Should not allow creation of archived toggle #284
832
+
833
+ ## 3.0.0-alpha.6
834
+
835
+ - Expose vresion number in /api and in user interface.
836
+ - Housekeeping: Upgrading a lot of dependencies
837
+
838
+ ## 3.0.0-alpha.3
839
+
840
+ - Bump unleash-frontend
841
+
842
+ ## 3.0.0-alpha.2
843
+
844
+ - Add sdkVersion in client registration
845
+ - disable edit of built-in strategies
846
+ - Strip uknown fields in client requests.
847
+ - Disable x-powered-by header
848
+ - Add posibility to inject custom logger provider
849
+
850
+ ## 3.0.0-alpha.1
851
+
852
+ - upgrade unleash-frontend to 3.0.0-alpha.1
853
+ - moved api endpoints to /api/admin/_ and /api/client/_
854
+ - refactored all routes to use a standalone router per file
855
+ - removed v.1 legacy data support
856
+ - removed v.1 legacy /features endpoint
857
+ - added prettier and upgraded eslint
858
+
859
+ ## 2.2.0
860
+
861
+ - Expose hooks in main export #223
862
+
863
+ ## 2.1.7
864
+
865
+ - Bump unleash-frontend to 2.2.6
866
+
867
+ ## 2.1.6
868
+
869
+ - Added strategies validation when updating feature toggle
870
+ - Allow node newer than 6 to run the app
871
+
872
+ ## 2.1.4
873
+
874
+ - Bump unleash-fronted to 2.2.4
875
+
876
+ ## 2.1.3
877
+
878
+ - Bugfix for db: timestamps should be with time zone.
879
+ - Bump unleash-fronted to 2.2.3
880
+
881
+ ## 2.1.2
882
+
883
+ - Bugfix for migration: avoid multiple calls on same callback.
884
+
885
+ ## 2.1.0
886
+
887
+ - Provide a set of pre-defined activation strategies. These will automatically be defined by the migrator as long as they don't exist already.
888
+ - applicationHostname
889
+ - gradualRolloutRandom
890
+ - gradualRolloutSessionId
891
+ - gradualRolloutUserId
892
+ - remoteAddress
893
+ - userWithId
894
+
895
+ ## 2.0.4
896
+
897
+ - bump unleash-frontend which includes a lot of UI improvements and bug-fixes.
898
+ - Fix error message when trying to create a archived feature toggle.
899
+
900
+ ## 2.0.0 (January 2017)
901
+
902
+ - Support multiple strategies. This makes it easy to use multiple activation strategies in combination.
903
+ - Client metrics. Gives details about what toggles a specific client application uses, how many times a toggle was evaluated to true / false. Everything presented in the UI.
904
+ - Client registration. This gives insight about connected clients, instances, strategies they support.
905
+ - Client Application overview. Based on metrics and client registrations.
906
+ - Database-migration done internally by Unleash, no external migration step required.
907
+ - Publish unleash-server to npm.
908
+ - Provide Prometheus endpoint for service metrics (response times, memory usage, etc).
909
+ - A lot of bug-fixes (check commit history and issues for reference)
910
+ - Unleash-frontend as a separate repo: https://github.com/Unleash/unleash-frontend. Total rewrite of UI using react + redux + material Design.
911
+ - Unleash moved to it’s own organization: https://github.com/Unleash making it more open and allow everyone to contribute.
912
+ - Unleash-docker as a separate module: https://github.com/Unleash/unleash-docker
913
+ - Unleash binary, making it easy to install and use Unleash as a service.
914
+ - Removed all config/tuning that was specific to FINN.no usage of Unleash.
915
+
916
+ **If you are migrating from 1.0.0 to 2.0.0 we recommend reading [the migration guide](https://github.com/Unleash/unleash/blob/master/docs/migration-guide.md)**
917
+
918
+ ## 1.0.0 (January 2015)
919
+
920
+ - Initial public release