Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next release #436

Merged
merged 23 commits into from
Feb 27, 2019
Merged

Next release #436

merged 23 commits into from
Feb 27, 2019

Commits on Feb 13, 2019

  1. feat: add stopSession() and resumeSession() to Client

    Adds the ability to stop and resume sessions. This prevents the handled/unhandled error count from
    incrementing when a session is in the stopped state, which may be desirable if a user manually
    tracks sessions and does not care about crashes that occur in the background.
    fractalwrench committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    d031a9c View commit details
    Browse the repository at this point in the history
  2. test: add mazerunner scenarios for stopping/resuming a session

    when a session is stopped, no session information should be present in error payloads.
    fractalwrench committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    19a2ef9 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. test: add mazerunner scenarios to verify that fatal errors contain se…

    …ssion information in their payl
    fractalwrench committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    0d07dfe View commit details
    Browse the repository at this point in the history
  2. feat: implement stopping sessions for NDK

    Allow sessions to be stopped on the NDK. when a session is stopped from the java layer, the session
    information will no longer be serialised in the error payload of fatal NDK errors.
    fractalwrench committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    47898c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. feat: update START_SESSION ndk message to include handled count

    the START_SESSION message is emitted when a session is started or resumed, and allows the NDK layer
    to update its cached value for session information which is included in the error payload. It was
    previously assumed that the handled count would always be 0 when starting a session - this is no
    longer the case as sessions can be resumed, therefore the handled count is passed as part of the
    message.
    fractalwrench committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    3fd8417 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Configuration menu
    Copy the full SHA
    9e86464 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d5253e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fd81c8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #432 from bugsnag/stop-sessions-ndk

    Support stopSession() and resumeSession() in NDK
    fractalwrench committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    d8eb89d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4f52be View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Configuration menu
    Copy the full SHA
    62954c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3ec09a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3be0e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1b89bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9988dc5 View commit details
    Browse the repository at this point in the history
  6. tests: Fix tests comment

    Cawllec committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    8c90a00 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #430 from bugsnag/stop-sessions-mazerunner-tests

    Add mazerunner scenarios for stopping/resuming a session
    fractalwrench committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    6181d68 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Configuration menu
    Copy the full SHA
    c1cd182 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #435 from bugsnag/fix-ci

    Wait for session scenarios to send session before crashing
    fractalwrench committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    eeed649 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Merge pull request #429 from bugsnag/stop-sessions

    Add stopSession() and resumeSession() to Client
    fractalwrench committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    bf03100 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c056c4c View commit details
    Browse the repository at this point in the history
  3. chore: bump version

    fractalwrench committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    574c1fa View commit details
    Browse the repository at this point in the history
  4. alter date in changelog

    fractalwrench committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    1853c51 View commit details
    Browse the repository at this point in the history