Changelog
A running log of API changes, additions, and deprecations.
v0.6.0 Alpha
-
New
GET
/searchGET/objectsThree new
qfields —created,bumped, andpublished— accept an IsoDateTimeRange (year2026, month2025-02, or an instant + Duration like2026-03-01T04:15:00Z/P7D). Works anywhere the query syntax is accepted, including/objects?q=…. - New
-
New
BlobReference gains an optional
namefield — the original file name as set at creation time. Captured from thefilenameparameter of the multipartblobpart'sContent-Dispositionheader when an object is created viaPOST /objects.
v0.5.0 Alpha
-
New
GET
/linksNew Links resource. Walk the graph between objects — each link has a
sourceId, atargetId, and atype(WikiLinkfor inferred wiki-style references in note content,Manualfor user-created). - New
- New
- New
-
Breaking
Object.entityis nowObject.entitiesand is an array of Entity — objects can carry more than one associated entity.
v0.4.0 Alpha
- New
- New
-
New
Object responses now include a
blobfield — a BlobReference describing the underlying media. Image blobs also carry a Palette of their dominant colors. -
New
Object responses now include a
screenshotfield — a BlobReference describing the underlying media. May also be retrieved directly viaGET /objects/:id/screenshot. - New
- New
- New
v0.3.0 Alpha
- New
-
New
GET
/objectsNew
spaceIdquery parameter restricts results to a single space. - New
- Docs Added SDK reference docs with copy-paste starter clients in JavaScript, Python, Ruby, PHP, C#, and Swift.
-
New
Spun up the
mymindcorp/apiproject on GitHub, where the official reference SDKs are being built in the open. Work in progress — contributions welcome.
v0.2.0 Alpha
- Breaking
- Breaking
- New
- New
- Fixed
-
Docs
Documented the required
expclaim for JWT tokens.
v0.1.0 Alpha
- New Initial release. The start. API epoch.