Comparing v5.1.0...v5.2.0 · googleapis/java-spanner (original) (raw)

Commits on Mar 15, 2021

  1. test: moves PITR backup tests (#956)

Commits on Mar 16, 2021

  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history
  3. Configuration menu
    Browse the repository at this point in the history
  4. fix: all throwables should be ignored in shutdown hook (#950)
    All throwables (and not just exceptions) should be ignored in the shutdown hook.
    Failing to close these resources during shutdown is not a major problem, as they
    will be garbage collected by the backend anyways. Without this wide catch, some
    applications will log a ClassNotFoundException when shutting down, which can be
    confusing for end users.
    Fixes #949
    @olavloite
    Configuration menu
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. feat: add autoConfigEmulator connection option (#931)
    Adds autoConfigEmulator connection option. When this option is set to true for a connection:
  2. The connection will by default try to connect to localhost:9010 (unless a specific host/port is set in the connection URL).
  3. Plain text communication will be enabled.
  4. Authentication will be disabled.
  5. The instance and database in the connection string will automatically be created on the emulator if any of them do not yet exist. Any existing instance and/or database will remain untouched.
    Towards googleapis/java-spanner-jdbc#380
    @olavloite
    Configuration menu
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Configuration menu
    Browse the repository at this point in the history
  2. chore: update Java microgenerator (#942)
  1. Configuration menu
    Browse the repository at this point in the history
  2. Configuration menu
    Browse the repository at this point in the history
  3. Configuration menu
    Browse the repository at this point in the history
  4. Configuration menu
    Browse the repository at this point in the history
  5. Configuration menu
    Browse the repository at this point in the history
  6. Configuration menu
    Browse the repository at this point in the history
  7. Configuration menu
    Browse the repository at this point in the history
  8. Configuration menu
    Browse the repository at this point in the history
  9. Configuration menu
    Browse the repository at this point in the history
  10. Configuration menu
    Browse the repository at this point in the history
  11. Configuration menu
    Browse the repository at this point in the history
  12. Configuration menu
    Browse the repository at this point in the history