929 B
929 B
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
document
API for creating Gemini documents
[0.3.0] - 2020-11-14
Added
GEMINI_MIME_STR
, the&str
representation of the Gemini MIMEMeta::new_lossy
, constructor that never failsMeta::MAX_LEN
, which is1024
- "lossy" constructors for
Response
andStatus
(seeMeta::new_lossy
)
Changed
Meta::new
now rejects strings exceedingMeta::MAX_LEN
(1024
)- Some
Response
andStatus
constructors 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