Skip to content

Commit

Permalink
fix best cluster tag queries; v25.01.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Jan 14, 2025
1 parent fbb5df5 commit 5f62986
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [25.01.1/1.9.1] - 2025-01-14

### fixed
- bumped tagstore dependency to v25.01.1; fixing best cluster tag queries.

## [25.01.0/1.9.0] - 2025-01-10

### New
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ all: format lint

-include .env

GS_REST_SERVICE_VERSIONM ?= "25.01.0"
GS_REST_SERVICE_VERSION ?= "1.9.0"
GS_REST_SERVICE_VERSIONM ?= "25.01.1"
GS_REST_SERVICE_VERSION ?= "1.9.1"
GS_REST_DEV_PORT ?= 9000
NUM_WORKERS ?= 1
NUM_THREADS ?= 1
Expand Down
2 changes: 1 addition & 1 deletion openapi_server/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ info:
name: Iknaio Cryptoasset Analytics GmbH
description: GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks.
title: GraphSense API
version: 1.9.0
version: 1.9.1
servers:
- url: https://api.ikna.io
paths:
Expand Down
2 changes: 1 addition & 1 deletion openapi_spec/graphsense.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ info:
contact:
name: Iknaio Cryptoasset Analytics GmbH
email: [email protected]
version: "1.9.0"
version: "1.9.1"
servers:
- url: 'https://api.ikna.io'
paths:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "gsrest"
version = "1.9.0"
version = "1.9.1"
description = "GraphSense API REST API"
readme = "README.md"
changelog = "CHANGELOG.md"
Expand All @@ -26,7 +26,7 @@ dependencies = [
"openapi-schema-validator>=0.2.3",
"python-dateutil>=2.9.0",
"swagger-ui-bundle>=0.0.9",
"tagpack-tool==v25.01.0",
"tagpack-tool==v25.01.1",
]

[tool.tox]
Expand Down
10 changes: 5 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5f62986

Please sign in to comment.