Releases: PyUtility/aptracker
APTracker v2.2.1
An enhanced version bringing in event management/logging along with terminal client feature to perform tests easily. In addition, there were minor bug fixes as below:
- 🎉 Created event logger table
apt_eventsto capture all the messages of the current running session, and - ✨ Added terminal client
apt.APTTerminalClientto perform any type of operation ((I)createto create/register a new project; (II)registera new session when a code is running in the environment, and (III)eventloggerto log different types of events for the session.) easily.
NOTE: Two pervious PyPI release are yanked because of internal bugs and features not working properly. End users are requested to upgrade to the latest version, using pip command as below.
pip install -U aptrackerFull Changelog: is available in v2.0.0...v2.2.1 commit messages.
APTracker v2.0.0
A major upgrade to the APTracker module that brings unified system and naming bug fixes. The module now handles jobs and sessions robustly using unified names across the system with additional details for diagnosis and testing.
What's Changed
- APTracker Module Release v2.0.0 by @ZenithClown in #2
Full Changelog: v1.1.0...v2.0.0
APTracker v1.1.0
The "Advance Python (AP)" Project Tracker APTracker is a functional module that provides asynchronous functions to track a project and sessions across a centralized/distributed system by creating unique session keys. The project aims to create an unified system with minimal dependency overheads.
To explore and understand the full capabilities, upgrade to the latest version using pip as:
pip install -U aptrackerWhat's Changed
- APTracker Module Release v1.1.0 by @ZenithClown in #1
New Contributors
- @ZenithClown made their first contribution in #1
Full Changelog: v1.0.0...v1.1.0 (352beae...30cde64)
APTracker v1.0.0
A first stable release of a long-standing code file that I ( @ZenithClown ) typically use for managing sessions across multiple projects. Creating a release to register the namespace for PyPI release. Stay tuned for more upgrades and details.
To install the package use pip as below:
pip install aptracker