• v4.0.0 e5b8457f42

    Time in UTC
    All checks were successful
    Gitea Build Check / Build (push) Successful in 2m32s
    Gitea Build Check / Build (pull_request) Successful in 2m33s
    Stable

    SoXX released this 2024-08-29 13:21:09 +00:00 | 0 commits to main since this release

    Downloads
  • v3.1.0 b3ebc23b09

    Time in UTC
    All checks were successful
    Gitea Build Check / Build (push) Successful in 2m27s
    Gitea Build Check / Build (pull_request) Successful in 2m33s
    Stable

    SoXX released this 2024-08-29 12:40:01 +00:00 | 4 commits to main since this release

    Downloads
  • v3.0.1 150313f7d7

    Bug fix
    All checks were successful
    Gitea Build Check / Build (pull_request) Successful in 2m25s
    Stable

    SoXX released this 2024-08-29 08:51:28 +00:00 | 5 commits to main since this release

    Downloads
  • v3.0.0 975e084b16

    Rework of the SDK
    All checks were successful
    Gitea Build Check / Build (push) Successful in 2m20s
    Gitea Build Check / Build (pull_request) Successful in 2m18s
    Stable

    SoXX released this 2024-08-14 13:30:14 +00:00 | 6 commits to main since this release

    A new Beginning with v3

    Imported: This version of the SDK breaks every program made with v2!

    Downloads
  • v2.3.0 c2ab455d3e

    v2.3.0
    All checks were successful
    Gitea Build Check / Build (pull_request) Successful in 2m33s
    Gitea Build Check / Build (push) Successful in 2m25s
    Stable

    SoXX released this 2024-07-27 18:09:17 +00:00 | 83 commits to main since this release

    Release Notes for Version v2.3.0

    New Features

    • Added the ability to execute custom querys with ExecuteRawStatement and QueryRawStatement.

    Improvements

    • No improvements have been done in this release.

    Bug Fixes

    • No known bugs have been fixed in this release.

    Breaking Changes

    • No breaking changes are introduced in this release.
    Downloads
  • 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