|
1 |
| -## Release 0.1.0 (2022-05-15) |
| 1 | +# Changelog |
2 | 2 |
|
3 |
| -* Initial Release |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +### [1.9.0] - 2025-02-25 |
| 11 | + |
| 12 | +### Fixed |
| 13 | + |
| 14 | +- RS-582: fix remove modal to display error messages, [PR-75](https://github.com/reductstore/web-console/pull/75) |
| 15 | +- RS-600: fix CI workflow and corrected a prop name in EntryCard component, [PR-77](https://github.com/reductstore/web-console/pull/77) |
| 16 | +- RS-603: fix table loading state to display empty table when no data is available, [PR-78](https://github.com/reductstore/web-console/pull/78) |
| 17 | + |
| 18 | +### Added: |
| 19 | + |
| 20 | +- RS-580: browse records in the console, [PR-76](https://github.com/reductstore/web-console/pull/76) |
| 21 | +- RS-588: add useful links in the side menu, [PR-79](https://github.com/reductstore/web-console/pull/79) |
| 22 | +- RS-594: filter data with when conditions in object explorer, [PR-80](https://github.com/reductstore/web-console/pull/80) |
| 23 | + |
| 24 | +### [1.8.1] - 2024-12-16 |
| 25 | + |
| 26 | +### Fixed |
| 27 | + |
| 28 | +- RS-554: add forgotten HARD quota type to bucket settings, [PR-72](https://github.com/reductstore/web-console/pull/72) |
| 29 | + |
| 30 | +## [1.8.0] - 2024-11-06 |
| 31 | + |
| 32 | +### Added |
| 33 | + |
| 34 | +- RS-509: add option to rename a bucket in the console, [PR-70](https://github.com/reductstore/web-console/pull/70) |
| 35 | +- RS-510: add option to rename an entry in the console, [PR-71](https://github.com/reductstore/web-console/pull/71) |
| 36 | + |
| 37 | +## [1.7.0] - 2024-08-19 |
| 38 | + |
| 39 | +### Added: |
| 40 | + |
| 41 | +- RS-319: add downsampling options to Create/Update Replication form, [PR-69](https://github.com/reductstore/web-console/pull/69) |
| 42 | + |
| 43 | +### Changed: |
| 44 | + |
| 45 | +- Update `antd` up to 5.18.3, [PR-68](https://github.com/reductstore/web-console/pull/68) |
| 46 | + |
| 47 | +## [1.6.1] - 2024-06-09 |
| 48 | + |
| 49 | +### Fixed: |
| 50 | + |
| 51 | +- RS-314: fix infinite requests for token list, [PR-67](https://github.com/reductstore/web-console/pull/67) |
| 52 | + |
| 53 | +## [1.6.0] - 2024-05-31 |
| 54 | + |
| 55 | +### Added: |
| 56 | + |
| 57 | +- RS-180: Show license information in the web console, [PR-64](https://github.com/reductstore/web-console/pull/64) |
| 58 | + |
| 59 | +### Changed: |
| 60 | + |
| 61 | +- RS-234: Add prettier to CI and reformat code, [PR-65](https://github.com/reductstore/web-console/pull/65) |
| 62 | + |
| 63 | +## [1.5.0] - 2024-03-01 |
| 64 | + |
| 65 | +### Added: |
| 66 | + |
| 67 | +- RS-47: New view in the console to manage replications, [PR-62](https://github.com/reductstore/web-console/pull/62) |
| 68 | + |
| 69 | +### Fixed: |
| 70 | + |
| 71 | +- Fix token creation, [PR-63](https://github.com/reductstore/web-console/pull/63) |
| 72 | + |
| 73 | +## [1.4.1] - 2024-20-01 |
| 74 | + |
| 75 | +### Fixed: |
| 76 | + |
| 77 | +- RS-41: Remount entry confirmation component, [PR-61](https://github.com/reductstore/web-console/pull/61) |
| 78 | + |
| 79 | +## [1.4.0] - 2023-10-11 |
| 80 | + |
| 81 | +### Added: |
| 82 | + |
| 83 | +- RS-11: Mark provisioned resources and disable its control |
| 84 | + components, [PR-59](https://github.com/reductstore/web-console/pull/59) |
| 85 | + |
| 86 | +## [1.3.0] - 2023-08-17 |
| 87 | + |
| 88 | +### Added: |
| 89 | + |
| 90 | +- Add a button to remove entry, [PR-58](https://github.com/reductstore/web-console/pull/58) |
| 91 | + |
| 92 | +## [1.2.2] - 2023-06-03 |
| 93 | + |
| 94 | +### Fixed: |
| 95 | + |
| 96 | +- Updating quota type, [PR-56](https://github.com/reductstore/web-console/pull/56) |
| 97 | + |
| 98 | +## [1.2.1] - 2023-06-03 |
| 99 | + |
| 100 | +### Changed: |
| 101 | + |
| 102 | +- Distribute console as a `zip` archive, [PR-53](https://github.com/reductstore/web-console/pull/53) |
| 103 | +- Update `reduct-js` to 1.4.0, [PR-54](https://github.com/reductstore/web-console/pull/54) |
| 104 | + |
| 105 | +## [1.2.0] - 2023-01-25 |
| 106 | + |
| 107 | +### Added: |
| 108 | + |
| 109 | +- Hiding admin control elements for token without full |
| 110 | + access, [PR-49](https://github.com/reductstore/web-console/pull/49) |
| 111 | +- Update data each 5 seconds automatically, [PR-50](https://github.com/reductstore/web-console/pull/50) |
| 112 | + |
| 113 | +## [1.1.1] - 2022-12-18 |
| 114 | + |
| 115 | +### Changed: |
| 116 | + |
| 117 | +- Rebranding: update logo and project name, [PR-46](https://github.com/reductstore/web-console/pull/46) |
| 118 | + |
| 119 | +## [1.1.0] - 2022-11-27 |
| 120 | + |
| 121 | +### Added |
| 122 | + |
| 123 | +- UI for token management, [PR-44](https://github.com/reduct-storage/web-console/pull/44) |
| 124 | + |
| 125 | +## [1.0.0] - 2022-10-03 |
| 126 | + |
| 127 | +### Changed: |
| 128 | + |
| 129 | +- Update `reduct-js` to 1.0.0, [PR-43](https://github.com/reduct-storage/web-console/pull/43) |
| 130 | + |
| 131 | +## [0.5.0] - 2022-09-14 |
| 132 | + |
| 133 | +### Added: |
| 134 | + |
| 135 | +- Validation for bucket name, [PR-39](https://github.com/reduct-storage/web-console/pull/39) |
| 136 | +- Input field to confirm bucket name before removing, [PR-40](https://github.com/reduct-storage/web-console/pull/40) |
| 137 | +- Build and publish on release page from CI, [PR-41](https://github.com/reduct-storage/web-console/pull/41) |
| 138 | + |
| 139 | +### Changed: |
| 140 | + |
| 141 | +- Update `reduct-js` to 0.7.0, [PR-42](https://github.com/reduct-storage/web-console/pull/42) |
| 142 | + |
| 143 | +## [0.4.0] - 2022-08-21 |
| 144 | + |
| 145 | +### Added: |
| 146 | + |
| 147 | +- Make bucket card clickable to open bucket details, [PR-30](https://github.com/reduct-storage/web-console/pull/30) |
| 148 | +- Sorting buckets by latest record on dashboard, [PR-31](https://github.com/reduct-storage/web-console/pull/31) |
| 149 | +- Button to Buckets page to create a new bucket, [PR-32](https://github.com/reduct-storage/web-console/pull/32) |
| 150 | +- Console's version on slider, [PR-34](https://github.com/reduct-storage/web-console/pull/34) |
| 151 | + |
| 152 | +### Changed: |
| 153 | + |
| 154 | +- `reduct-js` version v0.6.0, [PR-30](https://github.com/reduct-storage/web-console/pull/30) |
| 155 | +- Disable control buttons of bucket card on Dashboard, [PR-32](https://github.com/reduct-storage/web-console/pull/32) |
| 156 | + |
| 157 | +### Removed: |
| 158 | + |
| 159 | +- `crypto-browserify` dependency, [PR-30](https://github.com/reduct-storage/web-console/pull/30) |
| 160 | + |
| 161 | +## [0.3.1] |
| 162 | + |
| 163 | +### Fixed |
| 164 | + |
| 165 | +- Timestamps for latest Bucket and En[try tables, [PR-24](https://github.com/reduct-storage/web-console/pull/24) |
| 166 | +- parsing `window.location`, [PR-25](https://github.com/reduct-storage/web-console/pull/25) |
| 167 | + |
| 168 | +## [0.3.0] |
| 169 | + |
| 170 | +### Added |
| 171 | + |
| 172 | +- `Max. Block Records` to bucket settings, [PR-20](https://github.com/reduct-storage/web-console/pull/20) |
| 173 | +- Bucket Panel, [PR-21](https://github.com/reduct-storage/web-console/pull/21) |
| 174 | + |
| 175 | +## [0.2.1] - 2022-06-25 |
| 176 | + |
| 177 | +### Fixed: |
| 178 | + |
| 179 | +- API and UI paths for embedded console, [PR-16](https://github.com/reduct-storage/web-console/pull/16) |
| 180 | +- Different size of bucket card in dashboard, [PR-17](https://github.com/reduct-storage/web-console/pull/17) |
| 181 | + |
| 182 | +## [0.2.0] - 2022-06-17 |
| 183 | + |
| 184 | +### Added: |
| 185 | + |
| 186 | +- Reduct's colours for UI, [PR-7](https://github.com/reduct-storage/web-console/pull/7) |
| 187 | +- Bucket settings, [PR-9](https://github.com/reduct-storage/web-console/pull/9) |
| 188 | +- Error message to CreateOrUpdate form if don't get |
| 189 | + settings, [PR-10](https://github.com/reduct-storage/web-console/pull/10) |
| 190 | +- Login form for authentication with token, [PR0-13](https://github.com/reduct-storage/web-console/pull/13) |
| 191 | + |
| 192 | +### Fixed: |
| 193 | + |
| 194 | +- bigint conversions in bucket settings, [PR-11](https://github.com/reduct-storage/web-console/pull/11) |
| 195 | +- SI sizes for bucket settings, [PR0-13](https://github.com/reduct-storage/web-console/pull/13) |
| 196 | + |
| 197 | +### Changed: |
| 198 | + |
| 199 | +- Update reduct-js to 0.4.0, [PR-6](https://github.com/reduct-storage/web-console/pull/6) |
| 200 | + |
| 201 | +## [0.1.0] - 2022-05-15 |
| 202 | + |
| 203 | +- Initial Release |
| 204 | + |
| 205 | +[Unreleased]: https://github.com/reduct-storage/web-console/compare/v1.8.1...HEAD |
| 206 | +[1.9.0]: https://github.com/reduct-storage/web-console/compare/v1.9.0...v1.8.1 |
| 207 | +[1.8.1]: https://github.com/reduct-storage/web-console/compare/v1.8.1...v1.8.0 |
| 208 | +[1.8.0]: https://github.com/reduct-storage/web-console/compare/v1.8.0...v1.7.0 |
| 209 | +[1.7.0]: https://github.com/reduct-storage/web-console/compare/v1.7.0...v1.6.1 |
| 210 | +[1.6.1]: https://github.com/reduct-storage/web-console/compare/v1.6.1...v1.6.0 |
| 211 | +[1.6.0]: https://github.com/reduct-storage/web-console/compare/v1.6.0...v1.5.0 |
| 212 | +[1.5.0]: https://github.com/reduct-storage/web-console/compare/v1.5.0...v1.4.1 |
| 213 | +[1.4.1]: https://github.com/reduct-storage/web-console/compare/v1.4.1...v1.4.0 |
| 214 | +[1.4.0]: https://github.com/reduct-storage/web-console/compare/v1.3.0...v1.4.0 |
| 215 | +[1.3.0]: https://github.com/reduct-storage/web-console/compare/v1.2.2...v1.3.0 |
| 216 | +[1.2.2]: https://github.com/reduct-storage/web-console/compare/v1.2.1...v1.2.2 |
| 217 | +[1.2.1]: https://github.com/reduct-storage/web-console/compare/v1.2.0...v1.2.1 |
| 218 | +[1.2.0]: https://github.com/reduct-storage/web-console/compare/v1.1.1...v1.2.0 |
| 219 | +[1.1.1]: https://github.com/reduct-storage/web-console/compare/v1.1.0...v1.1.1 |
| 220 | +[1.1.0]: https://github.com/reduct-storage/web-console/compare/v1.0.0...v1.1.0 |
| 221 | +[1.0.0]: https://github.com/reduct-storage/web-console/compare/v0.5.0...v1.0.0 |
| 222 | +[0.5.0]: https://github.com/reduct-storage/web-console/compare/v0.4.0...v0.5.0 |
| 223 | +[0.4.0]: https://github.com/reduct-storage/web-console/compare/v0.3.1...v0.4.0 |
| 224 | +[0.3.1]: https://github.com/reduct-storage/web-console/compare/v0.3.0...v0.3.1 |
| 225 | +[0.3.0]: https://github.com/reduct-storage/web-console/compare/v0.2.1...v0.3.0 |
| 226 | +[0.2.1]: https://github.com/reduct-storage/web-console/compare/v0.2.0...v0.2.1 |
| 227 | +[0.2.0]: https://github.com/reduct-storage/web-console/compare/v0.1.0...v0.2.0 |
| 228 | +[0.1.0]: https://github.com/reduct-storage/web-console/releases/tag/v0.1.0 |
0 commit comments