Skip to content

Releases: PyUtility/aptracker

APTracker v2.2.1

16 Mar 09:31

Choose a tag to compare

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_events to capture all the messages of the current running session, and
  • ✨ Added terminal client apt.APTTerminalClient to perform any type of operation ((I) create to create/register a new project; (II) register a new session when a code is running in the environment, and (III) eventlogger to 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 aptracker

Full Changelog: is available in v2.0.0...v2.2.1 commit messages.

APTracker v2.0.0

15 Mar 06:28
5ec0c41

Choose a tag to compare

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

Full Changelog: v1.1.0...v2.0.0

APTracker v1.1.0

13 Mar 20:54
f47c352

Choose a tag to compare

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 aptracker

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0 (352beae...30cde64)

APTracker v1.0.0

13 Mar 09:57
2b55460

Choose a tag to compare

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