Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .soothfast/trend.jsonl

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sdks/python/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Code generated by `cargo soothfast sdk gen`. DO NOT EDIT. -->
# finance-query

Generated Python client for **Finance Query v2** (3.0.0), bundling the server it talks to — there is nothing to deploy and no endpoint to configure.
Generated Python client for **Finance Query v2** (3.1.0), bundling the server it talks to — there is nothing to deploy and no endpoint to configure.

```bash
pip install finance-query
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"

[project]
name = "finance-query"
version = "3.0.0"
version = "3.1.0"
description = "Python client for the Finance Query API"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion sdks/python/src/finance_query/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
indices_Region,
)

__version__ = "3.0.0"
__version__ = "3.1.0"

__all__ = [
"AnalysisResponse",
Expand Down
2 changes: 1 addition & 1 deletion sdks/typescript/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Code generated by `cargo soothfast sdk gen`. DO NOT EDIT. -->
# finance-query

Generated TypeScript client for **Finance Query v2** (3.0.0), bundling the server it talks to — there is nothing to deploy and no endpoint to configure.
Generated TypeScript client for **Finance Query v2** (3.1.0), bundling the server it talks to — there is nothing to deploy and no endpoint to configure.

```bash
npm install finance-query
Expand Down
12 changes: 6 additions & 6 deletions sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "finance-query",
"version": "3.0.0",
"version": "3.1.0",
"description": "TypeScript client for the Finance Query API",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -27,11 +27,11 @@
"url": "https://github.com/Verdenroz/finance-query"
},
"optionalDependencies": {
"finance-query-darwin-arm64": "3.0.0",
"finance-query-darwin-x64": "3.0.0",
"finance-query-linux-arm64": "3.0.0",
"finance-query-linux-x64": "3.0.0",
"finance-query-win32-x64": "3.0.0"
"finance-query-darwin-arm64": "3.1.0",
"finance-query-darwin-x64": "3.1.0",
"finance-query-linux-arm64": "3.1.0",
"finance-query-linux-x64": "3.1.0",
"finance-query-win32-x64": "3.1.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "finance-query-darwin-arm64",
"version": "3.0.0",
"version": "3.1.0",
"description": "The finance-query-server binary for darwin-arm64, used by finance-query.",
"os": ["darwin"],
"cpu": ["arm64"],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "finance-query-darwin-x64",
"version": "3.0.0",
"version": "3.1.0",
"description": "The finance-query-server binary for darwin-x64, used by finance-query.",
"os": ["darwin"],
"cpu": ["x64"],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "finance-query-linux-arm64",
"version": "3.0.0",
"version": "3.1.0",
"description": "The finance-query-server binary for linux-arm64, used by finance-query.",
"os": ["linux"],
"cpu": ["arm64"],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "finance-query-linux-x64",
"version": "3.0.0",
"version": "3.1.0",
"description": "The finance-query-server binary for linux-x64, used by finance-query.",
"os": ["linux"],
"cpu": ["x64"],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "finance-query-win32-x64",
"version": "3.0.0",
"version": "3.1.0",
"description": "The finance-query-server binary for win32-x64, used by finance-query.",
"os": ["win32"],
"cpu": ["x64"],
Expand Down
2 changes: 1 addition & 1 deletion sdks/typescript/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ export {
} from "./server.js";

/** The version this client was generated for. */
export const VERSION = "3.0.0";
export const VERSION = "3.1.0";
2 changes: 1 addition & 1 deletion server/asyncapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
asyncapi: 3.0.0
info:
title: Finance Query Streaming API
version: 3.0.0
version: 3.1.0
description: High-performance financial data API server built on finance-query library
servers:
financeQuery:
Expand Down
2 changes: 1 addition & 1 deletion server/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.1.0
info:
title: Finance Query v2
version: 3.0.0
version: 3.1.0
description: High-performance financial data API server built on finance-query library
servers:
- url: "https://finance-query.com"
Expand Down