Skip to content

Commit ab137df

Browse files
committed
0.4.1 Packaging and docs updates
1 parent 5fd6ec6 commit ab137df

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Find changes for the upcoming release in the project's [changelog.d directory](h
66

77
<!-- scriv-insert-here -->
88

9+
<a id='changelog-0.4.1'></a>
10+
## 0.4.1 (2025-08-15)
11+
12+
### New features
13+
14+
- Readded support for avro schemas via direct connection
15+
916
<a id='changelog-0.4.0'></a>
1017
## 0.4.0 (2025-07-16)
1118

docs/dev/add_datasources.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ Use this as an opportunity to debug your commands so they work as intended befor
7979
Add Schemas
8080
===========
8181

82-
.. warning ::
83-
84-
Sasquatch-backpack version 0.4.0 does not support non-json schemas in its default publishing method. Support is planned, but in the meantime either opt to use the old publish method (PublishMethod.REST_API), or serialize any schema data to json before publishing.
85-
8682
`Sasquatch <https://sasquatch.lsst.io>`__ (the wearer of the proverbial backpack), uses `Avro schemas <https://sasquatch.lsst.io/user-guide/avro.html>`__ for data serialization.
8783
Navigate to your Datasource's folder and create a ``schemas.py`` file for your Datasource.
8884
Inside, use `pydantic's AvroBaseModel <https://marcosschroh.github.io/dataclasses-avroschema/pydantic/>`__ to create an avro schema.

docs/dev/publish_methods.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ Direct Connection
1313

1414
PublishMethod.DIRECT_CONNECTION is the current default option. With sasquatch and backpack running on the same clusters, it just makes sense to directly connect in. This runs up a connection to sasquatch when publish is called, and sends published data through that tunnel.
1515

16-
.. warning ::
17-
18-
Sasquatch-backpack version 0.4.0 does not support non-json schemas in its default publishing method. Support is planned, but in the meantime either opt to use the old publish method (PublishMethod.REST_API), or serialize any schema data to json before publishing.
19-
2016
REST_API
2117
========
2218

0 commit comments

Comments
 (0)