LogoLogo
4.1
4.1
  • Developer Documentation
  • Install HarperDB
    • On Linux
  • Getting Started
  • Full API Documentation
  • HarperDB Studio
    • Create an Account
    • Log In & Password Reset
    • Resources (Marketplace, Drivers, Tutorials, & Example Code)
    • Organizations
    • Instances
    • Query Instance Data
    • Manage Schemas / Browse Data
    • Manage Charts
    • Manage Clustering
    • Manage Instance Users
    • Manage Instance Roles
    • Manage Functions
    • Instance Metrics
    • Instance Configuration
    • Instance Example Code
    • Enable Mixed Content
  • HarperDB Cloud
    • IOPS Impact on Performance
    • Instance Size Hardware Specs
    • Alarms
    • Verizon 5G Wavelength
  • Security
    • JWT Authentication
    • Basic Authentication
    • Configuration
    • Users & Roles
  • Clustering
    • Requirements and Definitions
    • Creating A Cluster User
    • Naming A Node
    • Enabling Clustering
    • Establishing Routes
    • Subscription Overview
    • Managing Subscriptions
    • Things Worth Knowing
  • Custom Functions
    • Requirements and Definitions
    • Create a Project
    • Define Routes
    • Define Helpers
    • Host A Static Web UI
    • Using NPM and GIT
    • Custom Functions Operations
    • Restarting the Server
    • Debugging a Custom Function
    • Custom Functions Templates
    • Example Projects
  • Add-ons and SDKs
    • Google Data Studio
  • SQL Guide
    • SQL Features Matrix
    • Insert
    • Update
    • Delete
    • Select
    • Joins
    • SQL Date Functions
    • SQL Reserved Word
    • SQL Functions
    • SQL JSON Search
    • SQL Geospatial Functions
      • geoArea
      • geoLength
      • geoDifference
      • geoDistance
      • geoNear
      • geoContains
      • geoEqual
      • geoCrosses
      • geoConvert
  • HarperDB CLI
  • Configuration File
  • Logging
  • Transaction Logging
  • Audit Logging
  • Jobs
  • Upgrade a HarperDB Instance
  • Reference
    • Storage Algorithm
    • Dynamic Schema
    • Data Types
    • Content Types/Data Formats
    • HarperDB Headers
    • HarperDB Limits
  • Support
  • Release Notes
    • HarperDB Tucker (Version 4)
      • 4.1.0
      • 4.0.6
      • 4.0.5
      • 4.0.4
      • 4.0.3
      • 4.0.2
      • 4.0.1
      • 4.0.0
    • HarperDB Monkey (Version 3)
      • 3.3.0
      • 3.2.1
      • 3.2.0
      • 3.1.5
      • 3.1.4
      • 3.1.3
      • 3.1.2
      • 3.1.1
      • 3.1.0
      • 3.0.0
    • HarperDB Penny (Version 2)
      • 2.3.1
      • 2.3.0
      • 2.2.3
      • 2.2.2
      • 2.2.0
      • 2.1.1
    • HarperDB Alby (Version 1)
      • 1.3.1
      • 1.3.0
      • 1.2.0
      • 1.1.0
Powered by GitBook

© HarperDB. All Rights Reserved

On this page
Export as PDF
  1. Release Notes
  2. HarperDB Alby (Version 1)

1.2.0

7/10/2018

Features

  • Time to Live: Conserve the resources of your edge device by setting data on devices to live for a specific period of time.

  • Geo: HarperDB has implemented turf.js into its SQL parser to enable geo based analytics.

  • Jobs: CSV Data loads, Exports & Time to Live now all run as back ground jobs.

  • Exports: Perform queries that export into JSON or CSV and save to disk or S3.

Fixes

  • Fixed issue where CSV data loads incorrectly report number of records loaded.

  • Added validation to stop BETWEEN operations in SQL.

  • Updated logging to not include internal variables in the logs.

  • Cleaned up add_role response to not include internal variables.

  • Removed old and unused dependencies.

  • Build out further unit tests and integration tests.

  • Fixed https to handle certificates properly.

  • Improved stability of clustering & replication.

  • Corrected issue where Objects and Arrays were not casting properly in SQL SELECT response.

  • Fixed issue where Blob text was not being returned from SQL SELECTs.

  • Fixed error being returned when querying on table with no data, now correctly returns empty array.

  • Improved performance in SQL when searching on exact values.

  • Fixed error when ./harperdb stop is called.

  • Fixed logging issue causing instability in installer.

  • Fixed read_log operation to accept date time.

  • Added permissions checking to export_to_s3.

  • Added ability to run SQL on SELECT without a FROM.

  • Fixed issue where updating a user’s password was not encrypting properly.

  • Fixed user_guide.html to point to readme on git repo.

  • Created option to have HarperDB run as a foreground process.

  • Updated user_info to return the correct role for a user.

  • Fixed issue where HarperDB would not stop if the database root was deleted.

  • Corrected error message on insert if an invalid schema is provided.

  • Added permissions checks for user & role operations.

Previous1.3.0Next1.1.0

Last updated 1 year ago