• 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 | 53 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
    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 | 130 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 Stable

    SoXX released this 2024-07-22 09:19:45 +00:00 | 133 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