Changelog
9min
11/4
Fixed
v0.0.21 adapter-couchdb: Bug with couchdb adapter using bulk method adding deleted items
Fixed
v0.0.15 - hyper-connect: Bug with hyper connect cache set method `ttl` should be optional
Fixed
v0.0.16 - hyper-connect: Fix error response if json, then return json body, if not return text body
hyper-adapter-queue 9/3
Added
Implemented local queue adapter
hyper 7/24 - core 1.4.0
Added
enabled adapters to return promise in the load method
Added
hyper is ported over to deno
hyper 3/31 - core 1.3.2
Added
id to event trace
Added
type to event trace
Added
added queue index method, that lists all queues available
hyper63 3/12 - 3/24
Added
Created Queue Port for the new Queue Service
Added
Created Queue Adapter using the bee-queue library and Redis Db
Improved
Updated the core package to create queue core logic
Improved
Updated app-express to create queue api endpoints
hyper63 - 3/3
Known Issue
Found a bug with the cache get command not returning 404 not found
Fixed
A bug in the cache update program
hyper63 - 2/20 - 2/22
Added
Create two blog posts on contributing to hyper63
Added
Created screencast on contributing to hyper63 part 1
Added
Updated hyper63-client to support the data bulk method
Added
Added RFC 007 and RFC 008
hyper63 - 2/9 - 2/16
Added
Added bulk endpoint for pouchdb and couchdb
Fixed
Fixed couchdb adapter
Added
Added ci tests for couchdb and elastic search adapters
Added
created micro hyper63 image for local deployment and render deployment
Added
Validated couchdb, redis, minio, and elasticsearch adapters
Known Issue
elasticsearch _query filter does not work
Added
Setup hyper63 Github Sponsors
hyper63 - 2/8
Added
Started working bulk endpoint
Added
Added endpoint to express-app
Added
Added spec to data port
Added
Created some starter docs
hyper63 - 2/4 2021
Added
Created a hyper63 Tour tutorial
Fixed
Fixed bug in create doc of the core cache function
Added
Gave a presentation for hyper63 to JRS Alumni
hyper63 - 2/2 - 2/3 2021
Added
TSC Meeting
Improved
Data Document endpoints to support 8mb json bodies
Added
Added TSC Meeting to Youtube and Blog
Added
Proposal for Scope implementation in hyper63 - https://github.com/hyper63/hyper63/discussions/95
Added
Proposal for Security/Token module and endpoint in hyper63 to generate a JWT tokens for clients. - https://github.com/hyper63/hyper63/discussions/99
hyper63 - 1/28 -29/2021
Added
Add new page to the documentation for deploying hyper63 `nano` to render.com
Added
Updated play.hyper63.com with a functional way to get a JWT for the play.hyper63.com sandbox. I need to make some improvements with copy and refine the send logic, but it is functional
Added
Working on a post about validating your APIs using Zod.
hyper63 - 1/27/2021
Added
bulk function to search port
Added
added fields and filter options to search port
Improved
updated zod to v3 on search port
Improved
update core to include 1.0.1 of @hyper63/port-search
Added
added bulk function to adapter-minisearch
Added
added fields and options to query function in adapter-minisearch
Improved
updated hyper63x with new core, search port and minisearch v 1.1.1
Added
updated app-express with new bulk search
Added
upated nodejs client to support bulk index for search
Improved
Ben Patton has been improving the documents
hyper63 - 1/26/2021
Added
Published blog post about APIS - https://blog.hyper63.com/apis
Added
Published @hyper63/adapter-minio to npm https://www.npmjs.com/package/@hyper63/adapter-minio
Improved
Chatted with Ben Patton about becoming a contributor to help refine some documentation
Improved
Setup some demos with Primal, and JRS Alumns
hyper63 - 1/24/2021 - 1/25/2021
Added
Added Ackee tracking for website, blog and docs site
Fixed
Breaking tests on github actions for adapter-pouchdb
Added
Added Test and Publish action for adapter-redis
Improved
Changes adapter-redis from ESM to CJS
Added
Added publish actions for all NPM modules in hyper63
hyper63 - 1/24/2021
Added
Add new blog post on APIs - https://blog.hyper63.com/apis/
Added
Added the ability to manage members of the hyper63 blog/newsletter
Added
Created Mailgun account
Added
Added Mailgun to Ghost
hyper63 - updates 1/23/21
Added
Created a blog site using ghost - https://blog.hyper63.com - created two quick posts, any corrections welcome.
Fixed
promoting new website today! FTW! hyper63.com!
Improved
Continue to update the documentation, completed the cache api section
hyper63 - updates 1/22/21
Improved
packages/app-express - Added the ability to customize status messages, when an error occurs, if you include a status in the object then the express app will return that status and the message. For example, if a document you are trying to retrieve is not found, then return an error object like: { status: 404, message: 'missing'} and the app-express package will send a status code of 404 and a payload of {ok: false, msg: 'missing'}
Added
* Added configuration file doc on docs site
* Added docs for the cache API on the new documentation site!
* Stubbed out docs for the search API
* Removed storage API, thinking it might be best to hold on storage API for initial launch.
Updated 03 Mar 2023
Did this page help you?