Releases: richbl/go-distributed-motion-s3
Stable Minor Version Release
This release makes several minor security, component, and environment updates, including:
- Security update: bump to golang.org/x/crypto package from 0.1.0 to 0.17.0
- A revision to the DMS3 component codebase, moving from Go 1.17 to Go 1.22, bringing with this language release update numerous platform performance optimizations and security enhancements
- Minor refactor in the DMS3Dashboard component to dynamically show operating system (OS) and environment updates in DMS3Clients. Previously, DMS3Client OS changes were only updated in the dashboard when a DMS3Client first came online, or when the DMS3Dashboard component was restarted
- A refactor to permit better motion detector configuration when using the Motion (and more recent MotionPlus) applications. It's now easier to configure DMS3 components for use with either motion detector application across different operating systems
- Minor changes to the DMS3Mail component
- Changed the subject line in motion surveillance event emails to make it easier to identify the DMS3Client
- Changed the list order of information presented in event emails
Full Changelog: 1.4.1...1.4.2
Stable Version Release Patch
This is a patch release (1.4.1) to address several security issues identified in external Go modules used in this code base.
Stable Version Release
This is a significant MINOR release since the last 1.3.1 patch that occurred in 2017.
Much has changed since 2017, including new DMS3 component features and functionality, as well as a move to the most recent release of the Go language and the many tools and packages that have matured since this project began when we developed it using Go 1.8.
For specific project changes, review the README.md file
A special thanks to those who helped make this 1.4.0 release possible. Thanks!
Full Changelog: 1.3.1...1.4.0
Reduce DMS3Client Install Footprint
- Minor release to reduce the installed footprint of a DMS3Client component (dashboard assets not needed on the client)
- Flatten DMS3Dashboard component structs (best practices)
Added HTML Dashboard Component
- Added HTML dashboard support (dms3Dashboard component)
- Fix to configuration files (*.toml; media files) location logic
- Updated documentation (added dashboard procedures; cleanup/corrections)
Added Support for ARM6 (Raspberry Pi A, A+, B, B+, Zero) Components
- Added support for compiling/distributing DMS3 components to the Arm6 architecture (native for Raspberry Pi Zero hardware devices). DMS3 support now includes:
- Arm6 (Raspberry Pi A, A+, B, B+, Zero)
- Arm7 (Raspberry Pi 2, 3)
- AMD64 (most AMD/Intel based CPUs)
- Refactored remote installers to minimize distribution size copied to remote device platforms
- Build file configuration simplified (
dms3build.toml
) - Now making releases using .7z (LZMA) format to reduce release size of component binaries
Moved to 100% Go Product
In this release:
- Replaced remote bash scripts with Go binaries, minimizing any installation issues across machines
- Some minor refactoring in file io libs, compile and install logic
Initial Non Pre-Release
The first non pre-release, 1.0.0, that includes:
- Added an automated installer to make DMS3 components easier to install across a network
- Added quick DMS3 installer documentation
- Updated manual DMS3 installation documentation
- Updated unit tests for all DMS3Libs component
- Fix to Always On functionality when time-of-day wraps to 0000
- Fix to case when loggingLevel == 0 (in LogFatal())
- Refactoring to reduce logic and code complexity
Initial Release Update
A minor update that refactors:
- The dms3 build process (for making binary releases used here)
- Dms3 libraries (breaking these down into smaller libraries)
Note: No operational changes made to binary components
Initial Release Update
Initial release update adds media files called by the dms3server component, and restructures the release folder.
See README.md and INSTALL.md for additional project-related information and licensing.