2017-02-17 15:57:36 +00:00
# Release Notes
### Most recent changes at top of file
2017-02-20 08:28:26 +00:00
```
Date Commit Action
2019-11-18 14:17:51 +00:00
18/11/2019 4bd31563 Added props: grpc.server.port. if do not set this props, the grpc port will be set randomly when OBP starts.
And you can call `Get API Configuration` endpoint to see the `grpc_port` there. When you set this props, need to
make sure this port is available.
2019-11-12 21:28:04 +00:00
08/11/2019 13d2e88a Added props: rest2019_connector_timeout. This set the timeout for all rest-connector methods. If connector do not get
2019-11-08 12:14:43 +00:00
response by the specified seconds, then obp will throw the adapter timeout error.
2019-11-07 16:28:05 +00:00
07/11/2019 015d8420 Added props: webui_agree_privacy_policy_html_text makes this text on the sign up page /user_mgt/sign_up configurable.
It has the default html format value.
2019-10-10 14:26:40 +00:00
04/10/2019 aa9659c7 Added props: es.warehouse.allowed.maximum.pagesize. This is the maximum size in the query for warehouse apis.
2019-10-04 21:25:51 +00:00
It has the default value 10000.
2019-09-03 16:34:49 +00:00
03/09/2019 f953386c Added props: implicitly_convert_ids . it will convert Bank_Plan_Text_Reference to OBP-UUID implicitly.
2019-08-21 21:21:07 +00:00
21/08/2019 4ac93f1c Added props: webui_register_consumer_success_message_webpage and webui_register_consumer_success_message_email.
These messages will be shown to developers on the webpage or email, when they register the consumer successfully.
2019-07-05 08:21:09 +00:00
05/07/2019 7032ce3 Added props: webui_sandbox_introduction, To display the introduction page for sandbox.
It supports the markdown format.It will show the introduction OBP-API home page `INTRODUCTION`
page and also for Glossary `Sandbox Introduction` .
2019-06-14 16:10:44 +00:00
14/06/2019 7a1c453 Added props: sca_phone_api_key and sca_phone_api_secret. We For now, OBP-API use `nexmo` server
as the SMS provider. Please check `nexmo` website, and get the api key and value there.
2019-06-04 08:43:14 +00:00
03/06/2019 5194b48 The table viewimpl is replaced with a table viewdefinition
The table viewprivileges is replaced with a table accountaccess
Please note that next props must be set up:
migration_scripts.execute=true
list_of_migration_scripts_to_execute=populateTableViewDefinition,populateTableAccountAccess```
In the table migrationscriptlog you can see results of the migration scripts.
Please note that 2 backup tables are created as well, something like these 2 below:
1. accountaccess_backup_2019_05_17_11_16_32_134
2. viewdefinition_backup_2019_05_17_11_16_31_862
2019-04-30 06:53:40 +00:00
29/04/2019 a6b58a1 Added Props system_environment_property_name_prefix, default is OBP_. This adds the prefix only for the system environment property name, eg: db.driver --> OBP_db.driver
2018-09-10 11:41:34 +00:00
07/07/2018 4944572 Added Props api_instance_id, default is 1. This deceides the current api instance number, start from 1.
2018-06-29 09:54:31 +00:00
29/06/2018 7422894 Added Props logging.database.queries.enable, default is false. This should enable logging all the database queries in log file.
2018-06-01 11:42:04 +00:00
01/06/2018 a286684 Added Props write_connector_metrics, default is false. This decides whether the connector level metric save or not
2018-06-29 09:54:31 +00:00
29/05/2018 c0d50b5 Added Props kafka.partitions, default is 3. This should match the partitions in Kafka config
2018-05-08 20:47:20 +00:00
08/05/2018 38e8641 Added Props require_scopes, default is false. Api will not use the scope role guards.
2018-03-02 10:47:35 +00:00
02/03/2018 6f9ad08 Added Props documented_server_url which is required for some glossary items
2018-02-19 10:37:54 +00:00
19/02/2018 Added possibility of Encryption/Decryption of properties in the props file over SSL Private/Public key infrastructure
2018-01-19 11:25:16 +00:00
19/01/2018 189942e Added 2 way SSL authentication to kafka connection
2017-11-12 09:25:28 +00:00
12/11/2017 9529c3b Make Payments in 1.2.1 disabled. Internal Accounts API disabled.
2017-09-27 08:11:23 +00:00
20/09/2017 Upgraded Lift version to 3.1.0. Script scripts/migrate/migrate_0000008.sql has to be executed at existing instances
2017-09-14 06:52:10 +00:00
13/09/2017 1503229 DISABLED API versions v1.0, v1.1, v1.2
09/09/2017 fa3b054 Added Props api_enabled_versions and api_enabled_endpoints
2017-04-19 18:01:06 +00:00
19/04/2017 4033a01 Added remotedata.secret=secret - This should be set to the same value, local and remote (or just local)
2017-03-28 15:05:42 +00:00
28/03/2017 Added webui_footer2_logo_left_url and webui_footer2_middle_text - for bottom footer, default=""
2017-03-28 11:59:06 +00:00
28/03/2017 Added Props webui_top_text which is used by default.html (default="")
2017-03-22 14:56:46 +00:00
22/03/2017 51d1742 Added Props webui_api_manager_url which is used by button on home page.
21/03/2017 Added Props authUser.skipEmailValidation . This defaults to true to maintain current behaviour
21/03/2017 c5f6b02 Added mail.api.consumer.registered.notification.send.sensistive to Props (default is false)
2017-03-17 09:33:08 +00:00
17/03/2017 Added the following to sample.props.template (name change): #webui_post_consumer_registration_more_info_url =
17/03/2017 Added the following to sample.props.template (name change): #webui_post_consumer_registration_more_info_text =
2017-03-08 16:54:17 +00:00
08/03/2017 d8b6907 added new pair to props : post_consumer_registration_more_info_url, post_consumer_registration_more_info_text , details see ticket #433
2017-03-17 09:33:08 +00:00
20/02/2017 d8b6907 added new pair to props : # If true, get counterparties from OBP db, else put message on Kafka queue. < -- > get_counterparties_from_OBP_DB = true
2017-04-05 13:31:20 +00:00
05/04/2017 added 8 new caching props to sample.props.template which start with connector.cache.ttl.seconds.* and end with function names (getBank, getBanks, getAccount, getAccounts, getTransaction, getTransactions, getCounterpartyFromTransaction, getCounterpartiesFromTransaction). If it's omitted default value is 0 i.e. no caching.
2017-05-02 19:38:59 +00:00
02/05/2017 3084827 added 1 new caching props to sample.props.template connector.cache.ttl.seconds.APIMethods121.getTransactions. If it's omitted default value is 0 i.e. no caching. This cacahe is from API level.
2017-05-10 08:41:14 +00:00
10/05/2017 7f95a5c added allow_public_views=false, we will not create the public views and will not access them (if public views are exsiting)when it is false.
2017-07-17 10:02:52 +00:00
17/07/2017 1530231 added account_id.length=64, this will set all relevant accountid length to 64, when create new sandbox.
2018-07-12 07:15:48 +00:00
17/02/2016 e3bead1 Added Props defaultBank.bank_id. Default Bank. Incase the server wants to support a default bank so developers don't have to specify BANK_ID
2018-02-19 10:37:54 +00:00
```
2018-03-02 10:47:35 +00:00
2019-06-04 08:43:14 +00:00
6f9ad08