|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [v2.7.3](https://github.com/swift-nav/libsbp/tree/v2.7.3) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.7.1...v2.7.3) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- sbp2rinex does not generate valid rinex when using toJson\(\) method from SBPMessage.java [\#720](https://github.com/swift-nav/libsbp/issues/720) |
| 10 | + |
| 11 | +**Merged pull requests:** |
| 12 | + |
| 13 | +- Allow max reconnects to be specified as a parameter \[ESD-1603\] \[TTI-2\] [\#756](https://github.com/swift-nav/libsbp/pull/756) |
| 14 | +- Miscellaneous clean up of Rust bindings [\#754](https://github.com/swift-nav/libsbp/pull/754) |
| 15 | +- Get rust example building [\#753](https://github.com/swift-nav/libsbp/pull/753) |
| 16 | +- Cannot compare int and NoneType in python3 [\#752](https://github.com/swift-nav/libsbp/pull/752) |
| 17 | +- Added check for a couple of needed commands to build rust. [\#750](https://github.com/swift-nav/libsbp/pull/750) |
| 18 | +- Added typescript module declaration file [\#749](https://github.com/swift-nav/libsbp/pull/749) |
| 19 | +- Changed C++ wrapper to not require non-const access to the buffer when sending [\#748](https://github.com/swift-nav/libsbp/pull/748) |
| 20 | +- Added optional serialize feature to rust crate [\#747](https://github.com/swift-nav/libsbp/pull/747) |
| 21 | +- Update check [\#746](https://github.com/swift-nav/libsbp/pull/746) |
| 22 | +- Add unit tests for Rust [\#745](https://github.com/swift-nav/libsbp/pull/745) |
| 23 | +- Fix compiler warnings found in libsettings build [\#743](https://github.com/swift-nav/libsbp/pull/743) |
| 24 | +- Import libcheck as submodule [\#742](https://github.com/swift-nav/libsbp/pull/742) |
| 25 | +- Use common test targets module [\#740](https://github.com/swift-nav/libsbp/pull/740) |
| 26 | +- Add C++ support [\#739](https://github.com/swift-nav/libsbp/pull/739) |
| 27 | +- Fix Rust generation to generate in the same order [\#738](https://github.com/swift-nav/libsbp/pull/738) |
| 28 | +- \[STAR-789\] Add proposed Protection Level message [\#737](https://github.com/swift-nav/libsbp/pull/737) |
| 29 | +- Star 833 [\#736](https://github.com/swift-nav/libsbp/pull/736) |
| 30 | +- Generate JSON schema definitions for web clients [\#735](https://github.com/swift-nav/libsbp/pull/735) |
| 31 | +- Update libsbp ARM builders [\#733](https://github.com/swift-nav/libsbp/pull/733) |
| 32 | +- Modify to work with Rust's bindgen [\#706](https://github.com/swift-nav/libsbp/pull/706) |
| 33 | + |
3 | 34 | ## [v2.7.1](https://github.com/swift-nav/libsbp/tree/v2.7.1) |
4 | 35 |
|
5 | 36 | [Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.7.0...v2.7.1) |
|
0 commit comments