Skip to content

chore: release trunk - #153

Merged
mikemcdougall merged 2 commits into
trunkfrom
release-please--branches--trunk
Aug 5, 2026
Merged

chore: release trunk#153
mikemcdougall merged 2 commits into
trunkfrom
release-please--branches--trunk

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

python-sdk: 0.1.10

0.1.10 (2026-08-05)

Features

  • add sanitized doctor diagnostics (#171) (#179) (980097b)
  • geoprocessing: wire raster/surface process inputs (#173) (772dd82)
  • migration: codemod rules for honua_gp.sa raster/Spatial Analyst tools (#176) (2110537)
  • raster: typed parser for ImageServer multidimensionalInfo (#172) (ad93983)
  • sdk: raster result interop + typed transport protocol + retry codegen (#155) (a175423), closes #124

Bug Fixes

  • address SDK quality audit backlog (#165) (9993c62)
  • admin: await async auth applier in async admin client (#150) (47fbbbf)
  • grpc: emit envelope spatial filter ring clockwise (#154) (fbe70eb)
  • ogc: guard OGC Features paging against a non-advancing next link (#151) (dec88bd)
  • sdk: honour with_options on protocol _text path; type protocol facades (#156) (89c48da)

Documentation

  • migration: SDK exposes no custom-code/local-execution path (ADR-0063) (#177) (1187116)
  • pre-PyPI README refresh for release-frozen long_descriptions (#190) (217dbb3)
  • README refresh follow-ups - honest install docs and Alpha classifiers (#187) (af82420)
python-admin: 0.1.7

0.1.7 (2026-08-05)

Bug Fixes

  • address SDK quality audit backlog (#165) (9993c62)
  • admin: await async auth applier in async admin client (#150) (47fbbbf)

Documentation

  • pre-PyPI README refresh for release-frozen long_descriptions (#190) (217dbb3)
  • README refresh follow-ups - honest install docs and Alpha classifiers (#187) (af82420)

This PR was generated with Release Please. See documentation.

@github-actions
github-actions Bot force-pushed the release-please--branches--trunk branch 6 times, most recently from 5cd69c0 to 089b5b1 Compare July 3, 2026 15:45
@github-actions
github-actions Bot force-pushed the release-please--branches--trunk branch 8 times, most recently from fd59500 to f42b403 Compare July 13, 2026 02:18
@github-actions
github-actions Bot force-pushed the release-please--branches--trunk branch from f42b403 to 9e86e26 Compare July 17, 2026 20:40
@github-actions
github-actions Bot force-pushed the release-please--branches--trunk branch from 9e86e26 to 8421a1a Compare July 27, 2026 23:42
@github-actions
github-actions Bot force-pushed the release-please--branches--trunk branch from 8421a1a to 91ce21b Compare August 4, 2026 08:25
mikemcdougall added a commit that referenced this pull request Aug 5, 2026
)

Release PR #153 freezes packages/*/README.md into the PyPI artifacts, so
fix the PyPI-rendered files and release-proof the repo docs before it
merges:

- packages/honua-sdk/README.md: add an Alpha (0.x) status notice matching
  the Development Status :: 3 - Alpha classifier; replace the test_service
  placeholder with the parcels example used elsewhere; show result output
  and to_geodataframe(); document the [raster] extra and the combined
  extras install; mention the honua-migrate ArcPy migration CLI (scan /
  translate / .pyt / .atbx / GP-service) and the missing protocol surfaces
  (OGC Records, SceneServer, ElevationServer); link the rendered docs site
  and sibling SDKs; point the Honua Server link at honua-io/honua-server
  instead of the org page.
- packages/honua-admin/README.md: rewrite the stale stub grounded in the
  actual client surface (services, layers, connections + encryption,
  styles, metadata resources, manifest export/apply with dry-run/prune,
  scan_migration_source, offline scan_arcpy_script helpers); add the same
  Alpha notice, docs-site links, and server-repo link fix.
- pyproject.toml (both packages): Homepage now points at honua.io instead
  of the GitHub org page; add a Documentation URL for the live docs site.
- README.md + INSTALL.md: replace the 'Not yet published to PyPI' wording
  with release-proof phrasing (PyPI is canonical; from-source always
  works), drop hardcoded package versions from Status, link the live
  versioned docs site and add a docs badge, list missing doc pages, note
  the git-tag pin should track the newest python-sdk-v* tag, de-link the
  private honua-qgis-plugin repo, replace remaining test_service
  placeholders, and extend the protocol/CLI/quality-gate feature rows to
  match shipped code.

Co-authored-by: Mike McDougall <mike@honua.io>
@mikemcdougall
mikemcdougall merged commit e28c67c into trunk Aug 5, 2026
26 of 28 checks passed
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GP = interop + process client: delegate compat shim to server, add GeoDataFrame/xarray/rasterio interop

1 participant