Skip to content

Commit

Permalink
Release v4.3.9
Browse files Browse the repository at this point in the history
This is an unscheduled support release. All v4 users *must* upgrade to
this version. Due to some changes in our infrastructure, older
notifiers do not support HTTP anymore (enabled by default before this
version).
  • Loading branch information
kyrylo committed Apr 6, 2017
1 parent f3fd055 commit 32ebbd9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 40 deletions.
44 changes: 6 additions & 38 deletions CHANGELOG
@@ -1,3 +1,9 @@
Version 4.3.9 - 2017-04-06 13:39:44 +0300
===============================================================================

Kyrylo Silin (1):
Enable `secure` by default

Version 4.3.8 - 2016-06-24 17:43:35 +0300
===============================================================================

Expand Down Expand Up @@ -1676,41 +1682,3 @@ Nick Quaranto (3):
Fixing the capistrano hook bit in the readme
Adding changeling:minor and changeling:patch to automate notifier releases
Adding rake changeling:push






































2 changes: 1 addition & 1 deletion lib/airbrake/configuration.rb
Expand Up @@ -156,7 +156,7 @@ class Configuration
alias_method :use_system_ssl_cert_chain?, :use_system_ssl_cert_chain

def initialize
@secure = false
@secure = true
@use_system_ssl_cert_chain= false
@host = 'api.airbrake.io'
@port = nil
Expand Down
2 changes: 1 addition & 1 deletion lib/airbrake/version.rb
@@ -1,3 +1,3 @@
module Airbrake
VERSION = "4.3.8".freeze
VERSION = "4.3.9".freeze
end

0 comments on commit 32ebbd9

Please sign in to comment.