bhyve-api
Version:
Unofficial interface to Orbit B-hyve API for Node.js
63 lines (29 loc) • 2.7 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.2.4](https://github.com/billchurch/bhyve-api/compare/v1.2.3...v1.2.4) (2026-06-09)
### Bug Fixes
* **deps:** remove unused eslint plugins incompatible with ESLint 10 ([393c19e](https://github.com/billchurch/bhyve-api/commit/393c19e3168b7625d664e75d0022f7f8111648d7))
* **deps:** remove unused eslint plugins incompatible with ESLint 10 ([dfdb7c7](https://github.com/billchurch/bhyve-api/commit/dfdb7c7e3616442c170f0a70bbb6ea1c78b79589))
## [1.2.3](https://github.com/billchurch/bhyve-api/compare/v1.2.2...v1.2.3) (2026-06-09)
### Bug Fixes
* **deps:** resolve all 10 Dependabot security alerts ([7224052](https://github.com/billchurch/bhyve-api/commit/7224052e6cadadeafaad4d0c6c445b9ca3433760))
* **deps:** resolve npm Dependabot security alerts (5 high, 5 moderate) ([3b9ab49](https://github.com/billchurch/bhyve-api/commit/3b9ab497972d6f1f5c79c7355085608fe9f1fedb))
## [1.2.2](https://github.com/billchurch/bhyve-api/compare/v1.2.1...v1.2.2) (2025-10-07)
### Bug Fixes
* stop reconnection attempts after max attempts reached ([037819e](https://github.com/billchurch/bhyve-api/commit/037819e71b90db6510826bab1a9add268c139adb))
## [1.2.1](https://github.com/billchurch/bhyve-api/compare/v1.2.0...v1.2.1) (2025-10-01)
### Bug Fixes
* skip npm publish when token absent ([f2a4054](https://github.com/billchurch/bhyve-api/commit/f2a405459f53d8ec533cb2235ca9b039a83688b7))
## [1.2.0](https://github.com/billchurch/bhyve-api/compare/v1.1.1...v1.2.0) (2025-03-04)
### Features
* Refactor and update dependencies ([82e3d35](https://github.com/billchurch/bhyve-api/commit/82e3d357160b14d3213066c1aa2cbb21520e5c9a))
### [1.1.1](https://github.com/billchurch/bhyve-api/compare/v1.1.0...v1.1.1) (2024-05-16)
### Bug Fixes
* better error and debug messages ([b9b459d](https://github.com/billchurch/bhyve-api/commit/b9b459db236666701b9b5e46bb33ac7b0c1b1fa5))
* object immutability incorrect in ConfigManager ([6dcf5a9](https://github.com/billchurch/bhyve-api/commit/6dcf5a9066a45067a5c93cfcedebebd3d3d3745f))
## [1.1.0](https://github.com/billchurch/bhyve-api/compare/v1.0.0...v1.1.0) (2024-05-02)
### Features
* added additional debug logging statements for websockts ([b3634a5](https://github.com/billchurch/bhyve-api/commit/b3634a510c3dfe78d5e805b81b040ff5f4bc3fac))
### Bug Fixes
* add ping for websocket to prevent early termination from Orbit API server ([4f6cc31](https://github.com/billchurch/bhyve-api/commit/4f6cc31ef7df476f4a6c10e6040f787020f14136))
## 1.0.0 (2024-05-01)