All Versions
231
Latest Version
Avg Release Cycle
50 days
Latest Release
-
Changelog History
Page 6
Changelog History
Page 6
-
v8.21.0 Changes
October 10, 2017- ๐ Ignore querystrings when looking up release artifacts
- โ Add Visual Studio authentication provider for plugins.
- โ Add "team" parameter to the project details API.
- โ Added mailing list support (via
List-Id
header) to digest emails.
Schema Changes
- โ Added
IdentityProvider
model. - โ Added
Identity
model. - โ Added
UserIdentity
model. - โ Added
ProjectTeam
model
๐ See releases/8.20.x...8.21.0 for full changes
-
v8.20.0 Changes
September 11, 2017- 0๏ธโฃ Make BitBucket repositories enabled by default
- โ Add raw data toggle for Additional Data
- โ Add initial support for Redis Cluster.
- ๐ Support a list of hosts in the
redis.clusters
configuration along side
๐ the traditional dictionary style configuration.
Schema Changes
- โ Added index on
ProjectPlatform(last_seen)
column - โ Added index on
GroupCommitResolution.commit_id
- Enable
citext
extension in Postgres. - โฌ๏ธ Dropped
TagKey.project_id
foreign key constraint - โฌ๏ธ Dropped
TagValue.project_id
foreign key constraint - โฌ๏ธ Dropped
GroupTagKey.project_id
foreign key constraint - โฌ๏ธ Dropped
GroupTagKey.group_id
foreign key constraint - โ Added
Email
model
๐ See releases/8.19.x...8.20.0 for full changes
-
v8.19.0 Changes
August 04, 2017- Hide project filter when there are no projects to list.
- โ Added lookup methods to constants to get a unique
integration_id
for a given
event, and to get information (documention url, human readable name) from that id.
Schema Changes
- โ Added
Integration
model - โ Added
OrganizationIntegration
model - โ Added
ProjectIntegration
model - โ Added
Repository.integration_id
column
๐ See releases/8.18.x...8.19.0 for full changes
-
v8.18.0 Changes
July 05, 2017- Expanded resolution options to allow current and explicit versions.
- โ Added proguard support
- โ Removed support for global dsyms.
- ๐ Moved Queue admin page to React.
- Replaced usage of jQuery Flot library with internal graphs.
- Expanded ignore actions to include deltas and rates for both occurances and
๐ users impacted. - โ Add a new option (
auth.allow-registration
) for determining whether registration
is allowed on an installation. - ๐ Moved "create organization" into React.
- Expanded React Form components (Form, ApiForm).
- ๐ Moved "create team" into React.
- โ add Slack to supported auth backends in social auth (for plugins)
- ๐ Expanded resolution actions (on stream) to include current release and explicit
๐ release.
Schema Changes
- โ Added
Release.commit_count
- Added
Release.last_commit_id
- โ Added
Release.authors
- โ Added
Release.total_deploys
- ๐ Added
Release.last_deploy_id
- โ Added
FeatureAdoption
model - โ Removed
DSymBundle
- โ Removed
DSymObject
- โ Removed
DSymSDK
- โ Removed
DSymSymbol
- โ Removed
GlobalDSymFile
- โ Added
GroupHash.state
- ๐ Drop index on
ReleaseEnvironment(project_id)
- ๐ Drop index on
ReleaseCommit(project_id)
- ๐ Drop unique constraint on
ReleaseEnvironment(project_id, release_id, environment_id)
- โ Added
GroupResolution.type
- โ Added
GroupResolution.actor_id
- โ Added
Project.platform
- โ Added
GroupSnooze.actor_id
- โ Added
ScheduledJob
- โ Added
GroupResolution.actor_id
- โ Added
ScheduledJob
model - โ Added
User.last_active
๐ See releases/8.17.x...8.18.0 for full changes
-
v8.17 Changes
- โ Added @mentions to comments
- ๐ Initial (internal) analytics abstraction.
- 0๏ธโฃ Turned on reprocessing by default
- โ Added basics for Data Forwarding integrations.
- ๐ Changed the grouping and default
in_app
values for cocoa events. - โ Removed global dsym support.
- โ Removed support for legacy apple report format.
- The threads interface now contributes to grouping if it contains a single thread.
- โ Added per-key (DSN) rate limits (
project:rate-limits
feature). - โ Added tsdb statistics for events per-key.
- โ Added
sentry.deletions
abstraction to improve bulk deletions. - โ Added basic workspace for Visual Studio Code.
- โ Added hovercards for Issue IDs in activity entries.
- โ Added event count options to ignore.
- โ Added user frequency options to ignore.
Schema Changes
- โฌ๏ธ Dropped ``GroupTagValue.group_id`` foreign key constraint - โฌ๏ธ Dropped ``GroupTagValue.project_id`` foreign key constraint - โ Added ``Deploy.notified`` column - โ Added index on ``EventTag.date_added`` - โ Added unique index on ``Environment(organization_id, name)`` - ๐ Added unique index on ``ReleaseEnvironment(organization_id, release_id, environment_id)`` - โ Added ``EventUser.name`` column - ๐ Added ``UserReport.event_user_id`` column
-
v8.16.1 Changes
- ๐ Fixed issue in migration 0302 that prevented upgrading
-
v8.16 Changes
- โ Added data migration to create UserEmail objects for users whose primary emails did not have them
- โก๏ธ Time series data (used by graphs and other features) is now updated when groups are merged.
- โ Added distributions to the release system to better support mobile apps
- โก๏ธ Update activity entries to reference issues by their short ID.
- โ Added user notifications settings for deploy emails.
Schema Changes
- โ Added ``Distribution`` model - โ Added ``ReleaseFile.dist`` column - โ Added ``UserOption.organization`` column - โ Added ``CommitAuthor.external_id`` column API Changes ~~~~~~~~~~~ - ๐ Deprecate `dateStarted` in releases endpoints
-
v8.15 Changes
- โ Added overview for a release to view a breakdown of files changes, commit authors, new issues, and issues resolved
- ๐จ Refactor usage of
sentry.app
to use individual modules. - Implemented
--concurrency
onsentry cleanup
- โ Added support for the new symbol server system to support native SDKs better.
- โ Added deploy email
- โ Added OAuth2 support to the web API.
- Simplified management of secondary email addresses.
- ๐ Fixed an issue where changing primary email address would remove the pre-existing verified email.
- Disallow duplicating primary emails for users moving forward.
- ๐ Resolve issues when commits with
Fixes SHORTID
are included in releases - โ Added support for associating debug symbols with iTunes applications and builds.
- โ Added the ability to claim unassigned issues when resolving them.
API Changes
- โ Added CommitFileChangeEndpoint - โ Added IssuesResolvedInReleaseEndpoint - โ Added ReleaseDeploysEndpoint - โ Added OrganizationReleaseCommitsEndpoint - โ Added EventFileCommittersEndpoint - โ Added ReleaseDeploysEndpoint Schema Changes
- โ Added
Deploy
model - โ Added
ApiApplication
model - โ Added
ApiAuthorization
model - โ Added
ApiGrant
model - โ Removed
ApiToken.key
column - โ Added
ApiToken.application
column - โ Added
ApiToken.refresh_token
column - โ Added
ApiToken.expires_at
column - โ Added
ApiToken.scope_list
column - โ Added
ApiKey.scope_list
column - โ Added
ReleaseHeadCommit
model
๐ Security
- โ Added encryption to the following fields: - AuthIdentity.data - AuthProvider.config - Option.value - OrganizationOption.value - ProjectOption.value - UserOption.value
-
v8.14.1 Changes
- ๐ Fixed issues related to migrations failing to finish for 8.14
- ๐ Fixed an issue where Release version names were erronously too restrictve.
- ๐ Fixed an issue where "New Issues" counts would have all been 0 for releases created in 8.14.
-
v8.14 Changes
- โ Added new internal processing interface that supports multiple processing steps per stacktrace (for instance JavaScript + native)
- โ Add IE10 legacy browser filter
- โ Added data migration to merge legacy releases
- โ Added support for symbolizing inlined frames and added heuristics for fixing up native stacktraces.
- โ Removed instruction_offset as a frame attribute from stacktraces
- [BREAKING] Quotas must now instantiate RateLimited and NotRateLimited return values.
- [BREAKING] Redis quota implementations now return BasicRedisQuota instead of tuples.
- ๐ Commits using the
Fixes SHORTID
annotation will now be tracked appropriately. - ๐ Release functionality is now detected at a project level to enable various features.
- โ Added basic encryption facilities (
sentry.utils.encryption
). - โ Added support for "Fixes XXX, YYY" and "Fixes XXX YYY" notations.
- โ Added bulk "Resolve in Next Release" to stream actions.
- Various visual improvements to notifications, including the addition of transactions.
- ๐ Plugins can now add tasks that run in sentry as celery workers.
- โ Added the ability to verify TLS connections when fetching artifacts.
- โ Added data migration to merge environments across an organization
- โ Added
timesSeen
keyword to issue search. - โ Added feature signals, such as first time release tracking is enabled.
API Changes
- โ Added OrganizationReleasesEndpoint. - โ Added context type ``app`` for cocoa events. - โ Added ``assignedTo`` param to ``/projects/{org}/{project}/issues/``. - Split out filtered stats onto Inbound Data Filters page - โ Added OrganizationReleasesEndpoint - โ Added OrganizationReleaseFileEndpoint Schema Changes
- โ Added unique index on
Release(organization_id, version)
- โ Removed unique index on
Release(project_id, version)
- โ Added
GroupCommitResolution
model. - โ Added
Environment.organization_id
column. - โ Added
EnvironmentProject
model. - โ Added
Project.flags
column. - โ Added not null constraint to
Environment.organization_id
column. - ๐ Removed not null constraint on
Environment.project_id
andReleaseEnvironment.project_id
columns