UNPKG

18.8 kBMarkdownView Raw
1## [14.0.1](https://github.com/makeomatic/ms-users/compare/v14.0.0...v14.0.1) (2020-02-04)
2
3
4### Bug Fixes
5
6* invalid throttle message ([#442](https://github.com/makeomatic/ms-users/issues/442)) ([1b36c77](https://github.com/makeomatic/ms-users/commit/1b36c77bb6834f6dc5c13fd1ac5f8c8e1f0ef40b))
7
8# [14.0.0](https://github.com/makeomatic/ms-users/compare/v13.0.2...v14.0.0) (2020-01-25)
9
10
11### Features
12
13* upgrades @hapi/hapi to 19, otplib to 12 ([75ce95c](https://github.com/makeomatic/ms-users/commit/75ce95c25700cc1fe73a45b0fd2d5b37eba86cdd))
14
15
16### BREAKING CHANGES
17
18* requires node 12.14.x, configuration changes
19Public facing APIs remain exactly the same
20
21## [13.0.2](https://github.com/makeomatic/ms-users/compare/v13.0.1...v13.0.2) (2020-01-21)
22
23
24### Bug Fixes
25
26* metadata to email context ([#440](https://github.com/makeomatic/ms-users/issues/440)) ([54b140a](https://github.com/makeomatic/ms-users/commit/54b140ab57f1e5a8648dd7cd349766ee395b6b92))
27
28## [13.0.1](https://github.com/makeomatic/ms-users/compare/v13.0.0...v13.0.1) (2019-12-18)
29
30
31### Bug Fixes
32
33* delete lock for user ip after password reset ([#439](https://github.com/makeomatic/ms-users/issues/439)) ([cb9d3fd](https://github.com/makeomatic/ms-users/commit/cb9d3fd5b2c69bca4805f2cd444b8bbda07cc5a8))
34
35# [13.0.0](https://github.com/makeomatic/ms-users/compare/v12.1.4...v13.0.0) (2019-12-17)
36
37
38### Features
39
40* sliding window rate limitation for sign in ([#438](https://github.com/makeomatic/ms-users/issues/438)) ([1b4273c](https://github.com/makeomatic/ms-users/commit/1b4273c4241db66ec29003fab7d310c66b31c731))
41
42
43### BREAKING CHANGES
44
45* implements new rate limiting algorithm using sliding window. While overall the mechanics of rate limiting remain the same - it's now harder to lock out the ip completely as each unsuccessful attempt wont extend login attempt capture duration for another <keep login attempts time>. Consult with the docs on a new configuration format for the rate limiter
46
47## [12.1.4](https://github.com/makeomatic/ms-users/compare/v12.1.3...v12.1.4) (2019-12-10)
48
49
50### Bug Fixes
51
52* upgrade deps ([4d11f2c](https://github.com/makeomatic/ms-users/commit/4d11f2c8f2b1c23fa857507b3bb8becc40aacaa6))
53
54## [12.1.3](https://github.com/makeomatic/ms-users/compare/v12.1.2...v12.1.3) (2019-11-28)
55
56
57### Bug Fixes
58
59* **deps:** dlock, @microfleet/transport-amqp ([d1a526d](https://github.com/makeomatic/ms-users/commit/d1a526dfe4ec9c7b9fc6706dd14f50f4de6bd0dc))
60
61## [12.1.2](https://github.com/makeomatic/ms-users/compare/v12.1.1...v12.1.2) (2019-11-26)
62
63
64### Bug Fixes
65
66* added audience to organization list request ([#434](https://github.com/makeomatic/ms-users/issues/434)) ([068cdc2](https://github.com/makeomatic/ms-users/commit/068cdc2578ff7d81b953dabf546f5b62e69c6d0b))
67
68## [12.1.1](https://github.com/makeomatic/ms-users/compare/v12.1.0...v12.1.1) (2019-11-24)
69
70
71### Bug Fixes
72
73* docker build size ([9959505](https://github.com/makeomatic/ms-users/commit/995950524f48581995e072902138a313e06c9874))
74* improve logging & dlock startup ([3113e84](https://github.com/makeomatic/ms-users/commit/3113e84820b45421cc7700b5245d372a4c6e5645))
75
76# [12.1.0](https://github.com/makeomatic/ms-users/compare/v12.0.0...v12.1.0) (2019-11-21)
77
78
79### Features
80
81* record user activation time ([#433](https://github.com/makeomatic/ms-users/issues/433)) ([9c8dec8](https://github.com/makeomatic/ms-users/commit/9c8dec8cc8626c36ecd925289f91c32d600d6622))
82
83# [12.0.0](https://github.com/makeomatic/ms-users/compare/v11.4.0...v12.0.0) (2019-10-31)
84
85
86### Features
87
88* upgrade deps for node 12.13.0 ([#432](https://github.com/makeomatic/ms-users/issues/432)) ([d092478](https://github.com/makeomatic/ms-users/commit/d0924786a9274d655f19393033af26c369bf4115))
89
90
91### BREAKING CHANGES
92
93* removes scrypt for built-in crypto implementation, while API remains the same the underlaying library is slightly different. Node has changed a major version, too
94
95# [11.4.0](https://github.com/makeomatic/ms-users/compare/v11.3.1...v11.4.0) (2019-10-03)
96
97
98### Bug Fixes
99
100* upgrade deps, ensure schemas are valid ([5b29710](https://github.com/makeomatic/ms-users/commit/5b29710))
101
102
103### Features
104
105* optional password strength checks ([#429](https://github.com/makeomatic/ms-users/issues/429)) ([63d8ffb](https://github.com/makeomatic/ms-users/commit/63d8ffb))
106
107## [11.3.1](https://github.com/makeomatic/ms-users/compare/v11.3.0...v11.3.1) (2019-09-18)
108
109
110### Bug Fixes
111
112* added clear cache after remove user ([#426](https://github.com/makeomatic/ms-users/issues/426)) ([f85d4ea](https://github.com/makeomatic/ms-users/commit/f85d4ea))
113
114# [11.3.0](https://github.com/makeomatic/ms-users/compare/v11.2.7...v11.3.0) (2019-09-13)
115
116
117### Features
118
119* **ms-users:** 429 error add more info ([#412](https://github.com/makeomatic/ms-users/issues/412)) ([6f989a8](https://github.com/makeomatic/ms-users/commit/6f989a8))
120
121## [11.2.7](https://github.com/makeomatic/ms-users/compare/v11.2.6...v11.2.7) (2019-09-10)
122
123
124### Bug Fixes
125
126* stringify organization invite params in mail ([#423](https://github.com/makeomatic/ms-users/issues/423)) ([81366c0](https://github.com/makeomatic/ms-users/commit/81366c0))
127
128## [11.2.6](https://github.com/makeomatic/ms-users/compare/v11.2.5...v11.2.6) (2019-09-10)
129
130
131### Bug Fixes
132
133* upgrade dependencies, make fb tests more reliable ([#424](https://github.com/makeomatic/ms-users/issues/424)) ([0825a6d](https://github.com/makeomatic/ms-users/commit/0825a6d))
134
135## [11.2.5](https://github.com/makeomatic/ms-users/compare/v11.2.4...v11.2.5) (2019-08-24)
136
137
138### Bug Fixes
139
140* clear cache after remove organization ([#419](https://github.com/makeomatic/ms-users/issues/419)) ([fcc4ff0](https://github.com/makeomatic/ms-users/commit/fcc4ff0))
141
142## [11.2.4](https://github.com/makeomatic/ms-users/compare/v11.2.3...v11.2.4) (2019-08-23)
143
144
145### Bug Fixes
146
147* added expiration param to organization list json schema ([#418](https://github.com/makeomatic/ms-users/issues/418)) ([701aae5](https://github.com/makeomatic/ms-users/commit/701aae5))
148
149## [11.2.3](https://github.com/makeomatic/ms-users/compare/v11.2.2...v11.2.3) (2019-08-22)
150
151
152### Bug Fixes
153
154* fix remove organization member ([#417](https://github.com/makeomatic/ms-users/issues/417)) ([542ce96](https://github.com/makeomatic/ms-users/commit/542ce96))
155
156## [11.2.2](https://github.com/makeomatic/ms-users/compare/v11.2.1...v11.2.2) (2019-08-20)
157
158
159### Bug Fixes
160
161* move member organizations to user metadata ([#416](https://github.com/makeomatic/ms-users/issues/416)) ([9f6d257](https://github.com/makeomatic/ms-users/commit/9f6d257))
162* update flakeless, fixed deprecations ([cb37024](https://github.com/makeomatic/ms-users/commit/cb37024))
163
164## [11.2.1](https://github.com/makeomatic/ms-users/compare/v11.2.0...v11.2.1) (2019-08-07)
165
166
167### Bug Fixes
168
169* update node to 10.16.1, chrome 76, last puppeteer ([5e548cd](https://github.com/makeomatic/ms-users/commit/5e548cd))
170
171# [11.2.0](https://github.com/makeomatic/ms-users/compare/v11.1.2...v11.2.0) (2019-08-04)
172
173
174### Features
175
176* added handling custom audience to organization api ([#413](https://github.com/makeomatic/ms-users/issues/413)) ([a66e97a](https://github.com/makeomatic/ms-users/commit/a66e97a))
177
178## [11.1.2](https://github.com/makeomatic/ms-users/compare/v11.1.1...v11.1.2) (2019-07-24)
179
180
181### Bug Fixes
182
183* edited qs in organization invite link ([#410](https://github.com/makeomatic/ms-users/issues/410)) ([f3b9c15](https://github.com/makeomatic/ms-users/commit/f3b9c15))
184
185## [11.1.1](https://github.com/makeomatic/ms-users/compare/v11.1.0...v11.1.1) (2019-07-16)
186
187
188### Bug Fixes
189
190* update deps ([b2fed65](https://github.com/makeomatic/ms-users/commit/b2fed65))
191
192# [11.1.0](https://github.com/makeomatic/ms-users/compare/v11.0.0...v11.1.0) (2019-06-28)
193
194
195### Features
196
197* reset of throttle on successful verification ([c08dcd4](https://github.com/makeomatic/ms-users/commit/c08dcd4))
198
199# [11.0.0](https://github.com/makeomatic/ms-users/compare/v10.6.3...v11.0.0) (2019-06-27)
200
201
202### Features
203
204* upgrade deps, move hapi to @hapi/hapi, enable oauth tests ([49cc46d](https://github.com/makeomatic/ms-users/commit/49cc46d))
205
206
207### BREAKING CHANGES
208
209* requires newer node versions, dependencies had breaking changes
210
211## [10.6.3](https://github.com/makeomatic/ms-users/compare/v10.6.2...v10.6.3) (2019-06-18)
212
213
214### Bug Fixes
215
216* edit audience for register organization members ([#409](https://github.com/makeomatic/ms-users/issues/409)) ([49099c0](https://github.com/makeomatic/ms-users/commit/49099c0))
217
218## [10.6.2](https://github.com/makeomatic/ms-users/compare/v10.6.1...v10.6.2) (2019-06-17)
219
220
221### Bug Fixes
222
223* upgrade microfleet core ([#408](https://github.com/makeomatic/ms-users/issues/408)) ([df515c8](https://github.com/makeomatic/ms-users/commit/df515c8))
224
225## [10.6.1](https://github.com/makeomatic/ms-users/compare/v10.6.0...v10.6.1) (2019-06-17)
226
227
228### Bug Fixes
229
230* edited generate password, send invite mail ([#407](https://github.com/makeomatic/ms-users/issues/407)) ([4312113](https://github.com/makeomatic/ms-users/commit/4312113))
231
232# [10.6.0](https://github.com/makeomatic/ms-users/compare/v10.5.1...v10.6.0) (2019-06-10)
233
234
235### Features
236
237* added register new organization members ([#406](https://github.com/makeomatic/ms-users/issues/406)) ([8629369](https://github.com/makeomatic/ms-users/commit/8629369))
238
239## [10.5.1](https://github.com/makeomatic/ms-users/compare/v10.5.0...v10.5.1) (2019-06-06)
240
241
242### Bug Fixes
243
244* edited send organization invite mail ([#404](https://github.com/makeomatic/ms-users/issues/404)) ([f97cf8b](https://github.com/makeomatic/ms-users/commit/f97cf8b))
245
246# [10.5.0](https://github.com/makeomatic/ms-users/compare/v10.4.8...v10.5.0) (2019-04-25)
247
248
249### Features
250
251* verify ban status on metadata request ([#403](https://github.com/makeomatic/ms-users/issues/403)) ([4f8baa6](https://github.com/makeomatic/ms-users/commit/4f8baa6))
252
253## [10.4.8](https://github.com/makeomatic/ms-users/compare/v10.4.7...v10.4.8) (2019-04-22)
254
255
256### Bug Fixes
257
258* update deps ([#402](https://github.com/makeomatic/ms-users/issues/402)) ([2e74c99](https://github.com/makeomatic/ms-users/commit/2e74c99))
259
260## [10.4.7](https://github.com/makeomatic/ms-users/compare/v10.4.6...v10.4.7) (2019-04-18)
261
262
263### Bug Fixes
264
265* parse organization internal data ([#401](https://github.com/makeomatic/ms-users/issues/401)) ([219b52b](https://github.com/makeomatic/ms-users/commit/219b52b))
266
267## [10.4.6](https://github.com/makeomatic/ms-users/compare/v10.4.5...v10.4.6) (2019-04-17)
268
269
270### Bug Fixes
271
272* edited remove organization name ([#400](https://github.com/makeomatic/ms-users/issues/400)) ([4009d7f](https://github.com/makeomatic/ms-users/commit/4009d7f))
273
274## [10.4.5](https://github.com/makeomatic/ms-users/compare/v10.4.4...v10.4.5) (2019-04-15)
275
276
277### Bug Fixes
278
279* fix edit organisation member permissions ([#399](https://github.com/makeomatic/ms-users/issues/399)) ([358907b](https://github.com/makeomatic/ms-users/commit/358907b))
280
281## [10.4.4](https://github.com/makeomatic/ms-users/compare/v10.4.3...v10.4.4) (2019-04-15)
282
283
284### Bug Fixes
285
286* edited response format for organization member permissions ([#398](https://github.com/makeomatic/ms-users/issues/398)) ([a0797a6](https://github.com/makeomatic/ms-users/commit/a0797a6))
287* edited responses in organization docs ([#397](https://github.com/makeomatic/ms-users/issues/397)) ([1a38517](https://github.com/makeomatic/ms-users/commit/1a38517))
288
289## [10.4.3](https://github.com/makeomatic/ms-users/compare/v10.4.2...v10.4.3) (2019-04-10)
290
291
292### Bug Fixes
293
294* edited organizations response ([#396](https://github.com/makeomatic/ms-users/issues/396)) ([bf11f46](https://github.com/makeomatic/ms-users/commit/bf11f46))
295
296## [10.4.2](https://github.com/makeomatic/ms-users/compare/v10.4.1...v10.4.2) (2019-04-01)
297
298
299### Bug Fixes
300
301* removed auth on organization api ([#395](https://github.com/makeomatic/ms-users/issues/395)) ([1b8f5bd](https://github.com/makeomatic/ms-users/commit/1b8f5bd))
302
303## [10.4.1](https://github.com/makeomatic/ms-users/compare/v10.4.0...v10.4.1) (2019-03-31)
304
305
306### Bug Fixes
307
308* node version ([ac18c08](https://github.com/makeomatic/ms-users/commit/ac18c08))
309
310# [10.4.0](https://github.com/makeomatic/ms-users/compare/v10.3.3...v10.4.0) (2019-03-29)
311
312
313### Bug Fixes
314
315* support redis sentinel in migrations ([#394](https://github.com/makeomatic/ms-users/issues/394)) ([562608a](https://github.com/makeomatic/ms-users/commit/562608a))
316
317
318### Features
319
320* organizations api ([#393](https://github.com/makeomatic/ms-users/issues/393)) ([1b7c7ab](https://github.com/makeomatic/ms-users/commit/1b7c7ab))
321
322## [10.3.3](https://github.com/makeomatic/ms-users/compare/v10.3.2...v10.3.3) (2019-02-15)
323
324
325### Bug Fixes
326
327* added users total count to list response ([#392](https://github.com/makeomatic/ms-users/issues/392)) ([27ee712](https://github.com/makeomatic/ms-users/commit/27ee712))
328
329## [10.3.2](https://github.com/makeomatic/ms-users/compare/v10.3.1...v10.3.2) (2019-02-11)
330
331
332### Bug Fixes
333
334* add roles to init admins ([#391](https://github.com/makeomatic/ms-users/issues/391)) ([8011a71](https://github.com/makeomatic/ms-users/commit/8011a71))
335
336## [10.3.1](https://github.com/makeomatic/ms-users/compare/v10.3.0...v10.3.1) (2019-02-09)
337
338# [10.3.0](https://github.com/makeomatic/ms-users/compare/v10.2.5...v10.3.0) (2019-02-08)
339
340
341### Features
342
343* upgrade dependencies ([8a120ef](https://github.com/makeomatic/ms-users/commit/8a120ef))
344
345## [10.2.5](https://github.com/makeomatic/ms-users/compare/v10.2.4...v10.2.5) (2018-12-23)
346
347
348### Bug Fixes
349
350* sentry logger ([672c27c](https://github.com/makeomatic/ms-users/commit/672c27c))
351
352## [10.2.4](https://github.com/makeomatic/ms-users/compare/v10.2.3...v10.2.4) (2018-12-21)
353
354
355### Bug Fixes
356
357* sentry logger ([7e58b1d](https://github.com/makeomatic/ms-users/commit/7e58b1d))
358* upgrade deps ([bb71c52](https://github.com/makeomatic/ms-users/commit/bb71c52))
359
360## [10.2.3](https://github.com/makeomatic/ms-users/compare/v10.2.2...v10.2.3) (2018-12-20)
361
362
363### Bug Fixes
364
365* sentry logging ([6808593](https://github.com/makeomatic/ms-users/commit/6808593))
366
367## [10.2.2](https://github.com/makeomatic/ms-users/compare/v10.2.1...v10.2.2) (2018-12-20)
368
369
370### Bug Fixes
371
372* upgrade deps ([0c37902](https://github.com/makeomatic/ms-users/commit/0c37902))
373
374## [10.2.1](https://github.com/makeomatic/ms-users/compare/v10.2.0...v10.2.1) (2018-12-17)
375
376
377### Bug Fixes
378
379* missing context ([bcc61d9](https://github.com/makeomatic/ms-users/commit/bcc61d9))
380
381# [10.2.0](https://github.com/makeomatic/ms-users/compare/v10.1.1...v10.2.0) (2018-12-16)
382
383
384### Features
385
386* facebook oauth mfa ([#388](https://github.com/makeomatic/ms-users/issues/388)) ([8f09b15](https://github.com/makeomatic/ms-users/commit/8f09b15))
387
388## [10.1.1](https://github.com/makeomatic/ms-users.git/compare/v10.1.0...v10.1.1) (2018-11-07)
389
390
391### Bug Fixes
392
393* correct headers location in AMQP ([e64441b](https://github.com/makeomatic/ms-users.git/commit/e64441b))
394
395# [10.1.0](https://github.com/makeomatic/ms-users.git/compare/v10.0.6...v10.1.0) (2018-11-07)
396
397
398### Features
399
400* check params for totp, report clock skew ([#387](https://github.com/makeomatic/ms-users.git/issues/387)) ([d366bb4](https://github.com/makeomatic/ms-users.git/commit/d366bb4))
401
402## [10.0.6](https://github.com/makeomatic/ms-users.git/compare/v10.0.5...v10.0.6) (2018-11-07)
403
404
405### Bug Fixes
406
407* mfa adjustment ([#386](https://github.com/makeomatic/ms-users.git/issues/386)) ([58c0337](https://github.com/makeomatic/ms-users.git/commit/58c0337))
408
409## [10.0.5](https://github.com/makeomatic/ms-users.git/compare/v10.0.4...v10.0.5) (2018-11-05)
410
411
412### Bug Fixes
413
414* mfa internals updated ([#385](https://github.com/makeomatic/ms-users.git/issues/385)) ([6d82f95](https://github.com/makeomatic/ms-users.git/commit/6d82f95))
415
416## [10.0.4](https://github.com/makeomatic/ms-users.git/compare/v10.0.3...v10.0.4) (2018-10-28)
417
418
419### Bug Fixes
420
421* global login counter redis op ([c133d9e](https://github.com/makeomatic/ms-users.git/commit/c133d9e))
422
423## [10.0.3](https://github.com/makeomatic/ms-users.git/compare/v10.0.2...v10.0.3) (2018-10-27)
424
425
426### Bug Fixes
427
428* update deps ([f2fd70b](https://github.com/makeomatic/ms-users.git/commit/f2fd70b))
429
430## [10.0.2](https://github.com/makeomatic/ms-users/compare/v10.0.1...v10.0.2) (2018-10-27)
431
432
433### Bug Fixes
434
435* update [@microfleet](https://github.com/microfleet)/core ([2e7e52b](https://github.com/makeomatic/ms-users/commit/2e7e52b))
436
437## [10.0.1](https://github.com/makeomatic/ms-users/compare/v10.0.0...v10.0.1) (2018-10-26)
438
439
440### Bug Fixes
441
442* updates deps ([#384](https://github.com/makeomatic/ms-users/issues/384)) ([9cdb298](https://github.com/makeomatic/ms-users/commit/9cdb298))
443
444# [10.0.0](https://github.com/makeomatic/ms-users/compare/v9.5.0...v10.0.0) (2018-10-16)
445
446
447### Features
448
449* use [@microfleet](https://github.com/microfleet)/validation ([#383](https://github.com/makeomatic/ms-users/issues/383)) ([311334d](https://github.com/makeomatic/ms-users/commit/311334d))
450
451
452### BREAKING CHANGES
453
454* uses new @microfleet/validation, potentially changing returned error types. Adds new global remote ip login tracker
455
456# [9.5.0](https://github.com/makeomatic/ms-users/compare/v9.4.4...v9.5.0) (2018-10-04)
457
458
459### Features
460
461* updated deps ([f65a5a7](https://github.com/makeomatic/ms-users/commit/f65a5a7))
462
463## [9.4.4](https://github.com/makeomatic/ms-users/compare/v9.4.3...v9.4.4) (2018-08-20)
464
465
466### Bug Fixes
467
468* removes username to user id reference ([#382](https://github.com/makeomatic/ms-users/issues/382)) ([e066994](https://github.com/makeomatic/ms-users/commit/e066994))
469
470## [9.4.3](https://github.com/makeomatic/ms-users/compare/v9.4.2...v9.4.3) (2018-08-16)
471
472
473### Bug Fixes
474
475* TFA -> MFA ([#380](https://github.com/makeomatic/ms-users/issues/380)) ([96fdad5](https://github.com/makeomatic/ms-users/commit/96fdad5))
476
477## [9.4.2](https://github.com/makeomatic/ms-users/compare/v9.4.1...v9.4.2) (2018-07-10)
478
479
480### Bug Fixes
481
482* invalid key ([4cbe39f](https://github.com/makeomatic/ms-users/commit/4cbe39f))
483
484## [9.4.1](https://github.com/makeomatic/ms-users/compare/v9.4.0...v9.4.1) (2018-07-10)
485
486
487### Bug Fixes
488
489* **assign-affiliate:** metaKey & rem from old index during overwrite ([38bc125](https://github.com/makeomatic/ms-users/commit/38bc125))
490
491# [9.4.0](https://github.com/makeomatic/ms-users/compare/v9.3.2...v9.4.0) (2018-07-09)
492
493
494### Features
495
496* **bin:** assign affiliate ([1288b1d](https://github.com/makeomatic/ms-users/commit/1288b1d))
497
498## [9.3.2](https://github.com/makeomatic/ms-users/compare/v9.3.1...v9.3.2) (2018-07-05)
499
500## [9.3.1](https://github.com/makeomatic/ms-users/compare/v9.3.0...v9.3.1) (2018-06-06)
501
502
503### Bug Fixes
504
505* http-bearer, release chores ([2c6ef84](https://github.com/makeomatic/ms-users/commit/2c6ef84))
506* request.method -> request.transport ([2b48601](https://github.com/makeomatic/ms-users/commit/2b48601))