|
1 | 1 | ## 3.0.1 (2023-02-07) |
2 | 2 |
|
3 | | - |
4 | | - |
5 | 3 | # 3.0.0 (2023-02-06) |
6 | 4 |
|
7 | | - |
8 | 5 | ### Bug Fixes |
9 | 6 |
|
10 | | -* **deps:** update all dependencies j:cdx-227 ([#259](https://github.com/coveo/push-api-client.js/issues/259)) ([0701a3d](https://github.com/coveo/push-api-client.js/commits/0701a3d6dab2c616bc19eca8cad921a457ebbd35)) |
11 | | -* **deps:** update all dependencies j:cdx-227 ([#265](https://github.com/coveo/push-api-client.js/issues/265)) ([b5eafc8](https://github.com/coveo/push-api-client.js/commits/b5eafc87b6b5c2033972921c2bd4ff195cce71a0)) |
12 | | -* **deps:** update all dependencies j:cdx-227 ([#267](https://github.com/coveo/push-api-client.js/issues/267)) ([2f44d70](https://github.com/coveo/push-api-client.js/commits/2f44d70e2e0b0a2d4f15c79fc66904e0d586f380)) |
13 | | -* discard undefined security provider ([#238](https://github.com/coveo/push-api-client.js/issues/238)) ([e3212b5](https://github.com/coveo/push-api-client.js/commits/e3212b5842a3ccf06461413b0a1be8c94c1e62f3)) |
14 | | -* make allowed and denied keys optional ([#242](https://github.com/coveo/push-api-client.js/issues/242)) ([eb6157d](https://github.com/coveo/push-api-client.js/commits/eb6157de0ff4028fbd568998936c2684a38af9bb)) |
15 | | -* prevent pushing empty permission array ([#243](https://github.com/coveo/push-api-client.js/issues/243)) ([5099328](https://github.com/coveo/push-api-client.js/commits/5099328ae1ce15e714921d485a5be21c76d8e989)) |
16 | | -* set `identitytype` value case insensitive ([#247](https://github.com/coveo/push-api-client.js/issues/247)) ([1b7ddb4](https://github.com/coveo/push-api-client.js/commits/1b7ddb46940c4e64e346e9b9148b8c14fae41b0e)) |
17 | | - |
18 | | - |
19 | | -* feat!: replace axios by fetch (#262) ([da6e62c](https://github.com/coveo/push-api-client.js/commits/da6e62c6dca0bcef61ba7ab4e90d479dbac6c8ba)), closes [#262](https://github.com/coveo/push-api-client.js/issues/262) |
20 | | -* BREAKING CHANGE: `PermissionSetBuilder` should now be used for document permissions (#240) ([9e38289](https://github.com/coveo/push-api-client.js/commits/9e3828978cccbf734e25418084baada1059bf87f)), closes [#240](https://github.com/coveo/push-api-client.js/issues/240) |
| 7 | +- **deps:** update all dependencies j:cdx-227 ([#259](https://github.com/coveo/push-api-client.js/issues/259)) ([0701a3d](https://github.com/coveo/push-api-client.js/commits/0701a3d6dab2c616bc19eca8cad921a457ebbd35)) |
| 8 | +- **deps:** update all dependencies j:cdx-227 ([#265](https://github.com/coveo/push-api-client.js/issues/265)) ([b5eafc8](https://github.com/coveo/push-api-client.js/commits/b5eafc87b6b5c2033972921c2bd4ff195cce71a0)) |
| 9 | +- **deps:** update all dependencies j:cdx-227 ([#267](https://github.com/coveo/push-api-client.js/issues/267)) ([2f44d70](https://github.com/coveo/push-api-client.js/commits/2f44d70e2e0b0a2d4f15c79fc66904e0d586f380)) |
| 10 | +- discard undefined security provider ([#238](https://github.com/coveo/push-api-client.js/issues/238)) ([e3212b5](https://github.com/coveo/push-api-client.js/commits/e3212b5842a3ccf06461413b0a1be8c94c1e62f3)) |
| 11 | +- make allowed and denied keys optional ([#242](https://github.com/coveo/push-api-client.js/issues/242)) ([eb6157d](https://github.com/coveo/push-api-client.js/commits/eb6157de0ff4028fbd568998936c2684a38af9bb)) |
| 12 | +- prevent pushing empty permission array ([#243](https://github.com/coveo/push-api-client.js/issues/243)) ([5099328](https://github.com/coveo/push-api-client.js/commits/5099328ae1ce15e714921d485a5be21c76d8e989)) |
| 13 | +- set `identitytype` value case insensitive ([#247](https://github.com/coveo/push-api-client.js/issues/247)) ([1b7ddb4](https://github.com/coveo/push-api-client.js/commits/1b7ddb46940c4e64e346e9b9148b8c14fae41b0e)) |
21 | 14 |
|
| 15 | +- feat!: replace axios by fetch (#262) ([da6e62c](https://github.com/coveo/push-api-client.js/commits/da6e62c6dca0bcef61ba7ab4e90d479dbac6c8ba)), closes [#262](https://github.com/coveo/push-api-client.js/issues/262) |
| 16 | +- BREAKING CHANGE: `PermissionSetBuilder` should now be used for document permissions (#240) ([9e38289](https://github.com/coveo/push-api-client.js/commits/9e3828978cccbf734e25418084baada1059bf87f)), closes [#240](https://github.com/coveo/push-api-client.js/issues/240) |
22 | 17 |
|
23 | 18 | ### Features |
24 | 19 |
|
25 | | -* return invalid document in error message ([#248](https://github.com/coveo/push-api-client.js/issues/248)) ([4db778a](https://github.com/coveo/push-api-client.js/commits/4db778a7f09748181273052654f81e80a7b8a2e9)) |
26 | | - |
| 20 | +- return invalid document in error message ([#248](https://github.com/coveo/push-api-client.js/issues/248)) ([4db778a](https://github.com/coveo/push-api-client.js/commits/4db778a7f09748181273052654f81e80a7b8a2e9)) |
27 | 21 |
|
28 | 22 | ### BREAKING CHANGES |
29 | 23 |
|
30 | | -* Drop support for Node14 |
31 | | -* Return types changes from AxiosResponse to Response at a few places |
32 | | -* uploadContentToFileContainer() now throws AggretateError |
33 | | -* remove deprecated methods |
34 | | - |
35 | | -* chore: remove unused imports |
36 | | - |
37 | | -* lock |
| 24 | +- Drop support for Node14 |
| 25 | +- Return types changes from AxiosResponse to Response at a few places |
| 26 | +- uploadContentToFileContainer() now throws AggretateError |
| 27 | +- remove deprecated methods |
38 | 28 |
|
| 29 | +- chore: remove unused imports |
39 | 30 |
|
| 31 | +- lock |
40 | 32 |
|
41 | 33 | # Changelog |
42 | 34 |
|
|
0 commit comments