All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- significantly reduced the size of the build artifacts
- Add configuration for release mode optimization, including setting
opt-level
to 3, enablingstrip
andlto
, settingcodegen-units
to 1, and settingpanic
to abort. - Remove the
impersonate
feature flag in Dockerfile, since it's not a stable and usable crate.
- Add configuration for release mode optimization, including setting
- 1 commit contributed to the release.
- 1 day passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- Uncategorized
- Significantly reduced the size of the build artifacts (
d8bf36c
)
- Significantly reduced the size of the build artifacts (
- update README.md
- remove generic types from router function
- 3 commits contributed to the release.
- 3 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- update dependencies
- update dependencies
- configure proxy
- Change the
DeepLX
struct to accept a proxy configuration.
- Change the
- 5 commits contributed to the release.
- 4 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- enable memory allocation with
mimalloc
- 2 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- publish only source code files
- ci
- 3 commits contributed to the release.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- sscache env
- 2 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
- update README.md
- add server
- enbale
server
feature for cargo install
- automate docker image releases
- add docker support
- add
Dockerfile
for building the application - add
docker-bake.hcl
for defining multi-platform builds - add
docker-compose.yml
- add
- restructure codebase into skeleton module
- Move the modules
data
,translate
andutils
into the newskeleton
module - Update
rquest
dependency version from0.32.1
to0.33
- Move the modules
- 7 commits contributed to the release.
- 1 day passed between releases.
- 6 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- add gzip support
- Use
bytes::Bytes
instead ofVec<u8>
for http responses.
- Use
- 2 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
- update REMEAD.md
- add rquest for impersonation support
- 3 commits contributed to the release.
- 7 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- error in
DeepLX::new
- 2 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
- add
Config
to configureDeepLX
- 2 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
- use proxy as default feature
- 2 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
- String is enough for this case
- 2 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
- serialize data into struct
- 2 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
- more metadate
- add more docs
- 3 commits contributed to the release.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- exclude shadow files
- rename
- add LICENSE
- relaese deeplx v0.1.0
- update README.md
- initial commit
- add action to check, test code
- fix lint
- 9 commits contributed to the release.
- 8 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages