Releases: metachaos-systems/glasnost
Glasnost v0.16 released
GraphQL block
and statistics
objects are now available as well as ordering and sorting args for posts/comments query.
Glasnost v0.15 released
Added tables for steem and golos blocks, block event handler and an improved sync subsystem,
Glasnost v0.14 released
This release improve blockchain sync time and perfomance and adds more features for Graphql queries.
Glasnost v0.13 released
Glasnost has been converted to GraphQL JSON API
- GraphQL endpoint
- GraphiQL endpoint
- Blockchain realtime sync
- Lookback extractor
Glasnost v0.12 released
A significant number of updates: PostgreSQL, realtime sync, author sync is removed, config is removed, etc.
Glasnost v0.11 released
- added front-end client prototype demo
- added realtime streaming WS API
Glasnost v0.10 released
- new iteration of posts page design
- added a configurable custom and a config option. example:
"menu": [{"item": "Menu Item 1", "dropdown_items": [["title", link]]}]
- upgrade insecure requests config option issue #9 closed
- default image for posts missing one issue #13 closed
- match Steemit behaviour for non-standard markdown imgsissue #11 closed
- cleaned up and improved excerpts generation
- performance: markdown parsing moved to blockchain sync step
- add js libs required by semantic-ui
- docker image updated to v0.10
Glasnost v0.9 released
- added support for simultaneous multiple blockchain authors
- new design for a blog posts list
Glasnost v0.8 released
An important architecture update: configuration can be now reloaded without restarting Glasnost. Administration workflow generates a random admin password that authenticates config URL changes and re-syncs.
Glasnost v0.7 released
This release adds post filter by titles using regular expressions and by created date using only_before
and only_after
values.