glean-indexing-sdk 0.3.0__tar.gz → 0.3.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/.cz.toml +3 -2
  2. glean_indexing_sdk-0.3.1/CHANGELOG.md +38 -0
  3. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/PKG-INFO +1 -1
  4. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/mise.toml +23 -1
  5. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/pyproject.toml +1 -1
  6. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/__init__.py +1 -1
  7. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/uv.lock +1 -1
  8. glean_indexing_sdk-0.3.0/CHANGELOG.md +0 -16
  9. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/.claude/commands/release.md +0 -0
  10. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/.env.template +0 -0
  11. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/.github/CODEOWNERS +0 -0
  12. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/.github/workflows/ci.yml +0 -0
  13. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/.github/workflows/publish.yml +0 -0
  14. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/.gitignore +0 -0
  15. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/.markdown-coderc.json +0 -0
  16. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/.python-version +0 -0
  17. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/.ruff.toml +0 -0
  18. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/.vscode/settings.json +0 -0
  19. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/CLAUDE.md +0 -0
  20. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/CONTRIBUTING.md +0 -0
  21. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/LICENSE +0 -0
  22. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/README.md +0 -0
  23. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/RELEASE.md +0 -0
  24. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/env.template +0 -0
  25. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/snippets/non_streaming/complete.py +0 -0
  26. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/snippets/non_streaming/run_connector.py +0 -0
  27. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/snippets/non_streaming/wiki_connector.py +0 -0
  28. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/snippets/non_streaming/wiki_data_client.py +0 -0
  29. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/snippets/non_streaming/wiki_page_data.py +0 -0
  30. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/snippets/streaming/article_connector.py +0 -0
  31. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/snippets/streaming/article_data.py +0 -0
  32. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/snippets/streaming/article_data_client.py +0 -0
  33. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/snippets/streaming/run_connector.py +0 -0
  34. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/common/__init__.py +0 -0
  35. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/common/batch_processor.py +0 -0
  36. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/common/content_formatter.py +0 -0
  37. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/common/glean_client.py +0 -0
  38. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/common/metrics.py +0 -0
  39. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/common/mocks.py +0 -0
  40. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/common/property_definition_builder.py +0 -0
  41. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/connectors/__init__.py +0 -0
  42. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/connectors/base_async_streaming_data_client.py +0 -0
  43. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/connectors/base_async_streaming_datasource_connector.py +0 -0
  44. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/connectors/base_connector.py +0 -0
  45. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/connectors/base_data_client.py +0 -0
  46. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/connectors/base_datasource_connector.py +0 -0
  47. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/connectors/base_people_connector.py +0 -0
  48. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/connectors/base_streaming_data_client.py +0 -0
  49. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/connectors/base_streaming_datasource_connector.py +0 -0
  50. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/models.py +0 -0
  51. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/observability/__init__.py +0 -0
  52. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/observability/observability.py +0 -0
  53. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/py.typed +0 -0
  54. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/testing/__init__.py +0 -0
  55. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/testing/connector_test_harness.py +0 -0
  56. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/testing/mock_data_source.py +0 -0
  57. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/testing/mock_glean_client.py +0 -0
  58. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/src/glean/indexing/testing/response_validator.py +0 -0
  59. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/__init__.py +0 -0
  60. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/integration_tests/__init__.py +0 -0
  61. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/__init__.py +0 -0
  62. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/common/__init__.py +0 -0
  63. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/common/mock_clients.py +0 -0
  64. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/common/test_batch_processor.py +0 -0
  65. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/common/test_content_formatter.py +0 -0
  66. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/common/test_metrics.py +0 -0
  67. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/common/test_property_definition_builder.py +0 -0
  68. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/test_async_streaming.py +0 -0
  69. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/test_base_connector.py +0 -0
  70. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/test_base_data_client.py +0 -0
  71. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/test_base_datasource_connector.py +0 -0
  72. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/test_base_people_connector.py +0 -0
  73. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/test_base_streaming_datasource_connector.py +0 -0
  74. {glean_indexing_sdk-0.3.0 → glean_indexing_sdk-0.3.1}/tests/unit_tests/test_custom_connector_integration.py +0 -0
@@ -1,5 +1,6 @@
1
1
  [tool.commitizen]
2
2
  name = "cz_conventional_commits"
3
- version = "0.3.0"
3
+ version = "0.3.1"
4
4
  tag_format = "v$version"
5
- version_files = ["pyproject.toml:version", "src/glean/indexing/__init__.py:__version__"]
5
+ version_files = ["pyproject.toml:version", "src/glean/indexing/__init__.py:__version__"]
6
+ update_changelog_on_bump = true
@@ -0,0 +1,38 @@
1
+ ## v0.3.1 (2026-02-04)
2
+
3
+ ### Fix
4
+
5
+ - **release**: include CHANGELOG.md and uv.lock in release commit
6
+
7
+ ## v0.3.0 (2026-02-04)
8
+
9
+ ### Feat
10
+
11
+ - add /release command for guided release process
12
+
13
+ ### Fix
14
+
15
+ - use mise use to set Python version instead of overriding mise_toml
16
+
17
+ ### Refactor
18
+
19
+ - remove legacy class aliases and standardize naming
20
+ - rename async classes to use Base prefix consistently
21
+ - rename async streaming files to follow base_* naming convention
22
+
23
+ ## v0.2.0 (2025-07-24)
24
+
25
+ ### Feat
26
+
27
+ - Adds support for forced restarts of indexing uploads
28
+
29
+ ## v0.1.0 (2025-07-23)
30
+
31
+ ### Feat
32
+
33
+ - Adds property definition builder
34
+
35
+ ### Fix
36
+
37
+ - Fixing format of tags for release
38
+ - Adds addition model for re-export
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: glean-indexing-sdk
3
- Version: 0.3.0
3
+ Version: 0.3.1
4
4
  Summary: SDK for building custom Glean indexing integrations
5
5
  Project-URL: Source Code, https://github.com/glean-io/glean-indexing-sdk
6
6
  Author-email: Steve Calvert <steve.calvert@glean.com>
@@ -155,5 +155,27 @@ run = "uv run python -m build"
155
155
  [tasks.release]
156
156
  description = "Bump version and create a new tag (use DRY_RUN=true for preview)"
157
157
  run = [
158
- "bash -lc 'if [ \"$DRY_RUN\" = \"true\" ]; then uv run python -m commitizen bump --dry-run && uv run python -m commitizen changelog --dry-run; else uv run python -m commitizen bump --yes && uv run python -m commitizen changelog; fi'",
158
+ """bash -lc '
159
+ if [ "$DRY_RUN" = "true" ]; then
160
+ uv run python -m commitizen bump --dry-run
161
+ uv run python -m commitizen changelog --dry-run
162
+ else
163
+ # Bump version (includes changelog update via update_changelog_on_bump)
164
+ uv run python -m commitizen bump --yes
165
+
166
+ # Get the tag that was just created
167
+ TAG=$(git describe --tags --abbrev=0)
168
+
169
+ # Regenerate uv.lock with new version
170
+ uv lock
171
+
172
+ # Amend the commit to include uv.lock
173
+ git add uv.lock
174
+ git commit --amend --no-edit
175
+
176
+ # Update the tag to point to the amended commit
177
+ git tag -d "$TAG"
178
+ git tag "$TAG"
179
+ fi
180
+ '""",
159
181
  ]
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "glean-indexing-sdk"
7
- version = "0.3.0"
7
+ version = "0.3.1"
8
8
  description = "SDK for building custom Glean indexing integrations"
9
9
  authors = [{ name = "Steve Calvert", email = "steve.calvert@glean.com" }]
10
10
  readme = "README.md"
@@ -53,4 +53,4 @@ __all__ = [
53
53
  try:
54
54
  __version__ = version("glean-indexing-sdk")
55
55
  except PackageNotFoundError:
56
- __version__ = "0.3.0"
56
+ __version__ = "0.3.1"
@@ -414,7 +414,7 @@ wheels = [
414
414
 
415
415
  [[package]]
416
416
  name = "glean-indexing-sdk"
417
- version = "0.2.0"
417
+ version = "0.3.1"
418
418
  source = { editable = "." }
419
419
  dependencies = [
420
420
  { name = "glean-api-client" },
@@ -1,16 +0,0 @@
1
- ## v0.2.0 (2025-07-24)
2
-
3
- ### Feat
4
-
5
- - Adds support for forced restarts of indexing uploads
6
-
7
- ## v0.1.0 (2025-07-23)
8
-
9
- ### Feat
10
-
11
- - Adds property definition builder
12
-
13
- ### Fix
14
-
15
- - Fixing format of tags for release
16
- - Adds addition model for re-export