mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-13 04:45:19 +00:00
This PR alters the behaviour of the search api (and all apis that depend on it) to return raw source code instead of a base64 encoding. Reasoning: we are decoding it on the client in multiple different places, so it would be beneficial to decode it in a single spot. **Note**: This is a **breaking change** to the API surface. However, since the API surface is still unofficial/unsupported, I will roll this as a patch version change. See #101
26 lines
No EOL
736 B
Markdown
26 lines
No EOL
736 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
### Changed
|
|
- Updated API client to match the latest Sourcebot release. [#356](https://github.com/sourcebot-dev/sourcebot/pull/356)
|
|
|
|
## [1.0.2] - 2025-05-28
|
|
|
|
### Changed
|
|
- Added API key support. [#311](https://github.com/sourcebot-dev/sourcebot/pull/311)
|
|
|
|
## [1.0.1] - 2025-05-15
|
|
|
|
### Changed
|
|
- Updated API client to match the latest Sourcebot release. [#307](https://github.com/sourcebot-dev/sourcebot/pull/307)
|
|
|
|
## [1.0.0] - 2025-05-07
|
|
|
|
### Added
|
|
- Initial release |