Skip to content

Commit e2e2fc6

Browse files
committed
chore: update files in preparation for new release
1 parent 1bfb7ff commit e2e2fc6

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change log for Boffo
22

3+
## Version 1.3.0
4+
5+
This version dramatically speeds up Boffo. The approach gets data from Folio in batches of 50 records at a time, and also writes the Google sheet in blocks of 50 rows. In testing, the new version gets record at a rate of between 70--100 records/second.
6+
7+
38
## Version 1.2.0
49

510
This version speeds up data fetches from the FOLIO server. Boffo should now be roughly twice as fast, which means that compared to the previous version, it can now look up twice as many barcodes before it hits the institutional time limit on Apps Script functions (which is 1800 seconds for Caltech Library users). In testing, the maximum number of records is around 1100.

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ authors:
77
given-names: Michael
88
affiliation: "Caltech Library"
99
orcid: "https://orid.org/0000-0001-9105-5960"
10-
version: "1.2.0"
11-
date-released: "2023-07-12"
10+
version: "1.3.0"
11+
date-released: "2023-07-17"
1212
doi: 10.22002/z2bxg-ghy24
1313
url: "https://caltechlibrary.github.io/boffo"
1414
repository-code: "https://github.com/caltechlibrary/boffo"

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"identifier": "boffo",
66
"description": "Boffo (Barcodes from FOLIO) is a Google Apps script that looks up item barcodes in a FOLIO instance.",
77
"version": "1.3.0",
8-
"datePublished": "2023-07-12",
8+
"datePublished": "2023-07-17",
99
"dateCreated": "2023-06-08",
1010
"author": [
1111
{

stylesheet.css.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<style>
22
/* @file stylesheet.css.html (shown as stylesheet.css in GAS editor)
3-
** @brief CSS styleing for HTML files used by Boffo.
3+
** @brief CSS styling for HTML files used by Boffo.
44
** @created 2023-06-08
55
** @license Please see the file named LICENSE in the project directory
66
** @website https://github.com/caltechlibrary/boffo

0 commit comments

Comments
 (0)