|
7 | 7 | ### Fixed |
8 | 8 |
|
9 | 9 | - fixed compilation issues on non-x86 machines |
10 | | - ([#16](https://github.com/nomad/cola/pull/16)); |
| 10 | + ([#16](https://github.com/noib3/cola/pull/16)); |
11 | 11 |
|
12 | 12 | ## [0.5.0] - Nov 4 2024 |
13 | 13 |
|
|
49 | 49 | `ReplicaId`s that were between the start and the end of the deleted range, |
50 | 50 | instead of including every single `ReplicaId` the `Replica` had ever seen. |
51 | 51 | This results in much smaller `Deletion`s when deleting small ranges in |
52 | | - buffers edited by many peers ([#9](https://github.com/nomad/cola/pull/9)); |
| 52 | + buffers edited by many peers ([#9](https://github.com/noib3/cola/pull/9)); |
53 | 53 |
|
54 | 54 | ## [0.4.3] - Jan 31 2024 |
55 | 55 |
|
|
70 | 70 |
|
71 | 71 | - the `Serialize` impl of `Deletion` now produces ~3x smaller payloads, |
72 | 72 | depending on the data format used |
73 | | - ([#7](https://github.com/nomad/cola/pull/7)); |
| 73 | + ([#7](https://github.com/noib3/cola/pull/7)); |
74 | 74 |
|
75 | 75 | - the `Serialize` impl of `EncodedReplica` now produces ~7x smaller payloads, |
76 | 76 | depending on the data format used |
77 | | - ([#6](https://github.com/nomad/cola/pull/6)); |
| 77 | + ([#6](https://github.com/noib3/cola/pull/6)); |
78 | 78 |
|
79 | 79 | - the `Serialize` impl of `Insertion` now produces 3-4x smaller payloads, |
80 | | - depending on the data format used ([#5](https://github.com/nomad/cola/pull/5)); |
| 80 | + depending on the data format used ([#5](https://github.com/noib3/cola/pull/5)); |
81 | 81 |
|
82 | 82 | ## [0.3.0] - Jan 9 2024 |
83 | 83 |
|
|
114 | 114 | - fixed a bug that would cause `Replica::decode()` to fail if it was encoded |
115 | 115 | on a machine with a different pointer size (#1); |
116 | 116 |
|
117 | | -[Unreleased]: https://github.com/nomad/cola/compare/v0.5.1...HEAD |
118 | | -[0.5.1]: https://github.com/nomad/cola/compare/v0.5.0...v0.5.1 |
119 | | -[0.5.0]: https://github.com/nomad/cola/compare/v0.4.6...v0.5.0 |
120 | | -[0.4.6]: https://github.com/nomad/cola/compare/v0.4.5...v0.4.6 |
121 | | -[0.4.5]: https://github.com/nomad/cola/compare/v0.4.4...v0.4.5 |
122 | | -[0.4.4]: https://github.com/nomad/cola/compare/v0.4.3...v0.4.4 |
123 | | -[0.4.3]: https://github.com/nomad/cola/compare/v0.4.2...v0.4.3 |
124 | | -[0.4.2]: https://github.com/nomad/cola/compare/v0.4.0...v0.4.2 |
125 | | -[0.4.0]: https://github.com/nomad/cola/compare/v0.3.0...v0.4.0 |
126 | | -[0.3.0]: https://github.com/nomad/cola/compare/v0.2.1...v0.3.0 |
127 | | -[0.2.1]: https://github.com/nomad/cola/compare/v0.2.0...v0.2.1 |
128 | | -[0.2.0]: https://github.com/nomad/cola/compare/v0.1.0...v0.2.0 |
| 117 | +[Unreleased]: https://github.com/noib3/cola/compare/v0.5.1...HEAD |
| 118 | +[0.5.1]: https://github.com/noib3/cola/compare/v0.5.0...v0.5.1 |
| 119 | +[0.5.0]: https://github.com/noib3/cola/compare/v0.4.6...v0.5.0 |
| 120 | +[0.4.6]: https://github.com/noib3/cola/compare/v0.4.5...v0.4.6 |
| 121 | +[0.4.5]: https://github.com/noib3/cola/compare/v0.4.4...v0.4.5 |
| 122 | +[0.4.4]: https://github.com/noib3/cola/compare/v0.4.3...v0.4.4 |
| 123 | +[0.4.3]: https://github.com/noib3/cola/compare/v0.4.2...v0.4.3 |
| 124 | +[0.4.2]: https://github.com/noib3/cola/compare/v0.4.0...v0.4.2 |
| 125 | +[0.4.0]: https://github.com/noib3/cola/compare/v0.3.0...v0.4.0 |
| 126 | +[0.3.0]: https://github.com/noib3/cola/compare/v0.2.1...v0.3.0 |
| 127 | +[0.2.1]: https://github.com/noib3/cola/compare/v0.2.0...v0.2.1 |
| 128 | +[0.2.0]: https://github.com/noib3/cola/compare/v0.1.0...v0.2.0 |
0 commit comments