[ENHANCEMENT]
better error handling, more logging and sentry/ rollbar tracking
[FIX]
correct broken ruby import hierarchy. This was broken in Version2.0
[FIX]
add http status 500 as swagger responses
[ENHANCEMENT]
Allow the initial setup of the box to be performed via web interface/setup
[ENHANCEMENT]
Add container healthcheck
[FIX]
Migrate to new sentry
[BREAKING]
Removes API V1[ENHANCEMENT]
Adds Support for ruby 3[ENHANCEMENT]
Updates epics to 2.4[HOUSEKEEPING]
Further dependency updates
[ENHANCEMENT]
Enables/transactions
endpoint to filter byend_to_end_reference
.
[ENHANCEMENT]
Updates pain formats- 001.003.03 -> 001.001.03 (Credit Transfer)
- 008.003.02 -> 008.001.02 (Direct Debit)
- Nothing to see here
[BUGFIX]
handle transport client errors properly[BUGFIX]
retry on failure in FetchProcessingStatus job
[BUGFIX]
Prevents stuck transactions, if#execute!
fails due to network error or similar problems
[ENHANCEMENT]
Exposeebics_order_id
andebics_transaction_id
in credits & debits endpoints[ENHANCEMENT]
Allow filtering credits & debits bystatus
[HOUSEKEEPING]
Update ruby to 2.5.8
[ENHANCEMENT]
Allows disabling sidekiq jobs by setting the env var to 0[HOUSEKEEPING]
Allows Bundler < 2 again
[HOUSEKEEPING]
Updates used ruby to 2.5.7[BUGFIX]
Fixes several docker issues
[BUGFIX]
Ensure alphanumeric transaction IDs can be handled propperly
[ENHANCEMENT]
Use transaction-id to calculate checksum if available[HOUSEKEEPING]
Migration will recalculate checksums for statements[BUGFIX]
Migration to 1.3.20 could fail when statement data in invalid due to previous fixed issues
[ENHANCEMENT]
Adds transactions detail endpoint to v2 api
[ENHANCEMENT]
Improves dublication checks for statements to handle edge-cases
[ENHANCEMENT]
Enhances the statement SHA calculation further to drop whitespaces from references. camt53 / mt940 seem to handle them differently
[ENHANCEMENT]
Enhances Statement SHA calculation to prevent false positive duplicate checks
[HOUSEKEEPING]
Updates CMXL-Gem to parse more weird bank responses
[ENHANCEMENT]
Improves logging when failing to import statement due to unknown subaccount
[BUGFIX]
Changing interval to fetch upcoming statements now uses correct class
[ENHANCEMENT]
Queues VMK-jobs separatly so a single failure does not interfer with other imports[HOUSEKEEPING]
Updates CMXL-Gem to fix some weird bank responses
[FEATURE]
Create organizations through v2 API[ENHANCEMENT]
Ensure contradicting params for credit_transfers are handled (i.e. urgent with foreign currency)[HOUSEKEEPING]
Aligns code with current rubocop guidelines[HOUSEKEEPING]
Improves v2 management ebics_users endpoint-implementation
[FEATURE]
Now supports rollbar, README updated[ENHANCEMENT]
Exception Trackers now work in dev mode too
[ENHANCEMENT]
Adds ability to delete users via v2 management[HOUSEKEEPING]
Improves docker setup[HOUSEKEEPING]
Adds documentation for docker setup
[ENHANCEMENT]
Fetch Statements Job now runs parallelized for multiple accounts[ENHANCEMENT]
Scheduled Jobs won't get retried anymore[HOUSEKEEPING]
Adds advanced metrics for Heroku[HOUSEKEEPING]
Reduces log output in INFO mode[HOUSEKEEPING]
Reduces default timerange to fetch statements for to 7 days (was 30)[HOUSEKEEPING]
Reduces default timerange to fetch upcoming statements for to 30 days (was 180)[HOUSEKEEPING]
Adds advanced metrics support for heroku
[BUGFIX]
Don't remove Rakefile from Dockerfile so rake tasks can be executed correctly
[ENHANCEMENT]
EbicsUser users partner to determine all accounts belong to the same bank
[BUGFIX]
Fake-Mode now creates direct debits qas debits
[ENHANCEMENT]
Fake-Mode now handles information for direct debits properly[HOUSEKEEPING]
Tagging dockerimages works now with semaphore
[FEATURE]
Fake-Mode now generated proper direct debit statements
[FEATURE]
supports MT942 / VMK
setUPCOMING_STATEMENTS_INTERVAL
to define fetching interval (minutes,default: 60)
upcoming transactions will appear as statements in the/statements
endpoint[FEATURE]
retry failed webhooks (see API-Docs at/docs
for more details)[ENHANCEMENT]
multiple accounts per ebics_user
[BUGFIX]
fixes migrations missing statements public-id default value
[HOUSEKEEPING]
removes clockwork in favor of sidekiq-scheduler[FEATURE]
added env-variable (ACTIVATE_EBICS_USER_INTERVAL
) to defined interval (minutes) of activation jobs (default: 60)[ENHANCEMENT]
account activation is now a recurring job to prevent missing activation due to queue failure[ENHANCEMENT]
forces SSL unless DISABLE_SSL_FORCE is set (to true obviously :])
[ENHANCEMENT]
fake adapter now adds reference to info field for statements
[BUGFIX]
account activation was not triggered due to incorrect sidekiq config
[BUGFIX]
fixes docker-compose file running incorrect server command[ENHANCEMENT]
makes docker services run migration before startup[HOUSEKEEPING]
updates heroku doku
[ENHANCEMENT]
renames subscribers to ebics user to lessen complexity
[DEPS]
updates epics to work with sparkasse again[HOUSEKEEPING]
makes travis build docker files on success
[FEATURE]
direct debits for API v2[BUGFIX]
initial migration now setups initial user
[BUGFIX]
migrations not passing[OTHERS]
updates dependencies because of vulnerabilities[OTHERS]
replaces byebug with pry
[BUGFIX]
fixes setup issue
[BUGFIX]
dropped setup migrations restored
- Fix webhook signature mechanism
- Ignore access_token attribute in accounts#update V1 API call
- bound postgresql to version 9.6.1 (be careful! manual migration or local overriding of this is necessary)
- BankStatements are bound to a year now, as some banking institutes tend to reuse their bank statement sequence number every year
- Bugfix for new supervisord version and problems logging to stdout
- Bugfix in FetchStatements Worker
Make scheduler intervals configurable.
- Set interval between retrieval of bank statements via UPDATE_BANK_STATEMENTS_INTERVAL (in minutes / default: 30)
- Set interval between retrieval of processing status reports via UPDATE_PROCESSING_STATUS_INTERVAL (in minutes / default: 300)
We ditched jruby in favor of ruby. This is great news! API Changes for V2:
- Events are now availabe for V2
- Credits higher than 120.000€ are now allowed
- Bic-less transactions are now allowed - be careful, your bank may get angry
We're now using supervisord to spawn processes on startup
Integrated CAMT.053 parsing
- It is now possible to switch between mt940 / camt53 for each account
- Statements are fetched more frequently w/ camt53
Important: Switching to C53 requires to remove old mt940 statements for the according account. Checksum calculation will not match C53 and mt940 statements!
Bugfix for running latest migrations without complications
Minor features and optimizations regarding statements
- Expose a unique statement id so clients can use it to prevent duplicates while importing
- Optimize checksum calculation for statements, so similar looking entries are imported correctly
Bugfix release
- Handle exceptions when creating multiple bank statements at once
- Add a migration to clean up a previous migration fuckup and add webhook tokens to organizations
Bugfix release
- Migrations run properly on setup
- Updated documentation
- Updated docker compose file
This release is a major rewrite of the way we handle incoming data on statements and transactions. We now embrace the concept of account statements which include multiple transactions. It allows us to store raw MT940 data economically. Moreover, we can easily rebuild statement data in case of issues we are having with MT940 parsing.
- Store all incoming bank statements in a separate table
- Link account statements to imported bank statements
- Rebuild statement data from bank statements, as we had an issue with MT940 parsing
- Update to latest CMXL code to resolve issues with MT940 parsing.
In addition to that, this release also includes a few additions in preparation of our upcoming distributed signature feature:
- Users can add their subscriber id (only one) for each account via non-management API endpoint
- Expose more data on accounts (include subscriber for current user)
This release focuses on how to authenticate. There is an accompanying project to perform user on-boarding and managing core data. By switching to OAuth we can provide a nice UI without having to include it in the box.
- Drop support for organization management tokens
- Add user admin flag to limit access to management features
- Expose events via https://box/events (including information about webhook deliveries)
- Expose raw MT940 in statements when requested via header or query parameter
- Harden security around webhook payload verification
- Fix issues with interactive documentation using http instead of https
- Fix minor mistakes in documentation
This is the first release where we will apply the semantic versioning scheme. All changes listed below have been added in the last few releases. Expect that we move forward in a more organized way.
- Switch to JRuby 9.0.5.0
- Proper support of OAuth Bearer tokens
- Track account balance
- Manual triggering of statement retrieval
- HTTP authentication for webhooks
- Fallback to non-T subscribers if none exists
- Improved onboarding API (INI letter, access tokens, etc.)
- Additions to documentation
- Automatic host detection for documentation
- Minimal fake backend for triggering statements (immediate dev feedback)
- Proper support for Deutsche Bank's MT940 file format
- Proper support for Deutsche Bank's sub-accounts format
- Improved security by self-managed docker base images
- Reduced JVM memory footprint
- Additional logging for queued jobs
- Everything else ;)