v0.2.0

dstotijn/hettyv0.2.0Oct 29, 2020by dstotijn

AI Summary

A significant version bump that replaces Cayley with SQLite3 for database management, introduces scope support for data filtering, and adds project management tooling.

Key Highlights

  • Replaced Cayley with SQLite3
  • Scope package scaffolding and support
  • GitHub Actions integration
  • Contributing guidelines added

New Features

  • SQLite3 migration
  • Scope support
  • CI/CD setup

Full Release Notes



## Changelog

ad98dd7 Add .release-env and .vscode to .gitignore
6fad74c Add contributing guidelines
073bcea Add db & pem's to gitignore (#29)
46caa05 Add initial GitHub actions
fedb425 Add project management
d48f1f0 Add scaffolding for `scope` package
0d04996 Add scope support
ca707d1 Bump next from 9.5.3 to 9.5.4 in /admin (#36)
248001e Create CODE_OF_CONDUCT.md
1324010 Documenting CA certificates setup for hetty (#21)
c5bfb96 Fix link to Hacker101 Discord
f97e052 Fix usage snippet in README
6244d4a Link to discussions via issue templates
ba7d88d Replace Cayley with SQLite3
5f4bff0 Selectively query DB based on GraphQL query field collection
cf687f0 Update issue templates
fa41e9c pkg/scope: add mutexes around scope (#33)
98dacbe sqlite: fix nil deref on missing response (#32)