• v2.2.0 6aa1c2b7b6

    v2.2.0 Stable

    SoXX released this 2024-07-22 09:19:45 +00:00 | 86 commits to main since this release

    Release Notes for Version v2.2.0

    New Features

    • Added the ability to update a user's source scrape time interval with UpdateUserSourceScrapeTimeInterval.
    • Added the ability to update a user's source last scrape time with UpdateUserSourceLastScrapeTime.
    • Added the ability to update a user's source validation with UpdateUserSourceValidation.
    • Added the ability to create a tag alias with CreateTagAlias.
    • Added the ability to fetch all tag aliases with GetAllTagAlias.
    • Added the ability to fetch all tag aliases by tag with GetAllTagAliasByTag.
    • Added the ability to delete a tag alias with DeleteTagAlias.
    • Added the ability to create a tag group with CreateTagGroup.
    • Added the ability to fetch all tag groups with GetAllTagGroup.
    • Added the ability to fetch all tag groups by tag with GetAllTagGroupByTag.
    • Added the ability to delete a tag group with DeleteTagGroup.
    • Added the ability to create a tag with CreateTag.
    • Added the ability to fetch all tags by tag type with GetAllTagsByTagType.
    • Added the ability to delete a tag with DeleteTag.
    • Added the ability to create tags in batch and update with CreateTagInBatchAndUpdate.
    • Added the ability to create tag aliases in batch with CreateTagAliasInBatch.
    • Added the ability to create tag groups in batch with CreateTagGroupInBatch.

    Improvements

    • Improved database migration process.
    • Improved logging for debugging.

    Bug Fixes
    No known bugs have been fixed in this release.

    Breaking Changes
    No breaking changes are introduced in this release.

    Downloads