1.3 KiB
1.3 KiB
Changelog
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.
[Unreleased]
Added
documentAPI for creating Gemini documents- preliminary timeout API by @Alch-Emi
Response::success_with_bodyby @Alch-Emiredirect_temporary_lossyforResponseandResponseHeaderbad_request_lossyforResponseandResponseHeader- support for a lot more mime-types in
guess_mime_from_path, backed by themime_guesscrate
[0.3.0] - 2020-11-14
Added
GEMINI_MIME_STR, the&strrepresentation of the Gemini MIMEMeta::new_lossy, constructor that never failsMeta::MAX_LEN, which is1024- "lossy" constructors for
ResponseandStatus(seeMeta::new_lossy)
Changed
Meta::newnow rejects strings exceedingMeta::MAX_LEN(1024)- Some
ResponseandStatusconstructors are now infallible - Improve error messages
Deprecated
- Instead of
gemini_mime()useGEMINI_MIME
[0.2.0] - 2020-11-14
Added
- Access to client certificates by @Alch-Emi