Skip to content

build(deps): bump github.com/apstndb/developerknowledge-go from 0.3.1 to 0.3.2 - #822

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/apstndb/developerknowledge-go-0.3.2
Open

build(deps): bump github.com/apstndb/developerknowledge-go from 0.3.1 to 0.3.2#822
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/apstndb/developerknowledge-go-0.3.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/apstndb/developerknowledge-go from 0.3.1 to 0.3.2.

Release notes

Sourced from github.com/apstndb/developerknowledge-go's releases.

v0.3.2

Highlights

Typed document retrieval

Client.GetDocument now retrieves a single document through the shared authenticated and retrying transport. It accepts the same WithDocumentView option as partial batch retrieval, including DOCUMENT_VIEW_BASIC for metadata-only responses that report contentLengthBytes without downloading document content.

DocumentOption is the shared option type for GetDocument and BatchGetDocumentsPartial. The existing BatchGetOption name remains as a type alias, so existing callers continue to compile unchanged.

The new method rejects invalid document names, unknown views, and malformed top-level null responses before returning a document.

Compatibility

This release is additive and does not contain breaking API changes. The existing BatchGetDocuments, BatchGetDocumentsAll, and BatchGetDocumentsPartial behavior remains unchanged.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/apstndb/developerknowledge-go](https://github.com/apstndb/developerknowledge-go) from 0.3.1 to 0.3.2.
- [Release notes](https://github.com/apstndb/developerknowledge-go/releases)
- [Commits](apstndb/developerknowledge-go@v0.3.1...v0.3.2)

---
updated-dependencies:
- dependency-name: github.com/apstndb/developerknowledge-go
  dependency-version: 0.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 30, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) July 30, 2026 19:54
@github-actions

Copy link
Copy Markdown

Code Metrics Report

📊 View detailed coverage report (available for 7 days)

main (17b51d6) #822 (e4c9543) +/-
Coverage 73.6% 73.6% 0.0%
Code to Test Ratio 1:1.3 1:1.3 0.0
Test Execution Time 2m0s 1m54s -6s
Details
  |                     | main (17b51d6) | #822 (e4c9543) | +/-  |
  |---------------------|----------------|----------------|------|
  | Coverage            |          73.6% |          73.6% | 0.0% |
  |   Files             |             94 |             94 |    0 |
  |   Lines             |           8011 |           8011 |    0 |
  |   Covered           |           5902 |           5902 |    0 |
  | Code to Test Ratio  |          1:1.3 |          1:1.3 |  0.0 |
  |   Code              |          18694 |          18694 |    0 |
  |   Test              |          25707 |          25707 |    0 |
+ | Test Execution Time |           2m0s |          1m54s |  -6s |

Reported by octocov

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

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants