Sha256: fbc13dc99bcbd83435f08f2d97fabee84234150b9274c4bbc6a2ee1d631025e1

Contents?: true

Size: 2 KB

Versions: 1

Compression:

Stored size: 2 KB

Contents

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.7.8] - 2023-05-25

### Changed

- Add vitur host to rails creds.

## [0.7.7] - 2023-05-24

### Fixed

- Missed off a '?' at the end of a method name.

## [0.7.6] - 2023-05-24

### Fixed

- Fix clash of ActiveRecord::Point struct with standard postgres adapter.

## [0.7.5] - 2023-05-22

### Changed

- Bump version of cipherstash-pg to 1.0.0.beta.7.

## [0.7.4] - 2023-05-17

### Changed

- Bump version of cipherstash-pg to 1.0.0.beta.6.

## [0.7.3] - 2023-05-11

### Changed

- Exit out of the migration rake task if the CipherStash adapter is not being used.
- Bump version of cipherstash-pg to 1.0.0.beta.5.

## [0.7.2] - 2023-05-02

### Fixed

- Fix more module names in ActiveRecord v6 adapter (`CipherstashPG` -> `CiphStashPG`).

## [0.7.1] - 2023-05-02

### Changed

- Bump version of cipherstash-pg.

### Fixed

- Fix module names in ActiveRecord 6 adapter

## [0.7.0] - 2023-05-01

### Changed

- Update PG namespace to use CipherStashPG.
- Bump version of cipherstash-pg.

## [0.6.1] - 2023-04-26

### Fixed

- Removed Rails as a hard dependency

## [0.6.0] - 2023-04-20

### Changed

- Updated the adapter name constant to be the same as the ActiveRecord PostgreSQL adapter.

### Fixed

- Logic around Rails credentials taking precedence over local env vars.

## [0.5.0] - 2023-04-19

### Added

- Support for Rails credentials to set the required driver environment variables.

### Fixed

- Hide internal CipherStash columns.

## [0.4.0] - 2023-04-06

### Changed

- Bump version of cipherstash-pg.

## [0.3.0] - 2023-04-04

### Added

- Support for both Rails 6 + 7.

## [0.2.0] - 2023-03-29

### Added

- Rake task to migrate plaintext data to encrypted columns.

### Fixed

- Rails commands not recognised.

## [0.1.0] - 2023-02-01

- Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activerecord-cipherstash-pg-adapter-0.7.8 CHANGELOG.md